<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DgsUnbindFromColorPicker?action=history&amp;feed=atom</id>
	<title>DgsUnbindFromColorPicker - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DgsUnbindFromColorPicker?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsUnbindFromColorPicker&amp;action=history"/>
	<updated>2026-05-10T10:26:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DgsUnbindFromColorPicker&amp;diff=63467&amp;oldid=prev</id>
		<title>Thisdp: Created page with &quot;__NOTOC__  {{Client function}}  This function allows the possibility to unbind a dgs edit/label/component selector/scrollbar from a dgs color picker.  ==Syntax==  &lt;syntaxhighl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsUnbindFromColorPicker&amp;diff=63467&amp;oldid=prev"/>
		<updated>2019-07-26T10:20:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{Client function}}  This function allows the possibility to unbind a dgs edit/label/component selector/scrollbar from a dgs color picker.  ==Syntax==  &amp;lt;syntaxhighl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}}&lt;br /&gt;
&lt;br /&gt;
This function allows the possibility to unbind a dgs edit/label/component selector/scrollbar from a dgs color picker.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dgsUnbindFromColorPicker( element boundSource )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*'''boundSource:''' A dgs element that has already bound to a color picker.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if successful, ''false'' otherwise&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
DGS = exports.dgs --get exported functions from dgs&lt;br /&gt;
&lt;br /&gt;
local cp = DGS:dgsCreateColorPicker(&amp;quot;HSVRing&amp;quot;,50,50,300,300,false)&lt;br /&gt;
local Redit = DGS:dgsCreateEdit(400,50,100,30,&amp;quot;&amp;quot;,false)&lt;br /&gt;
DGS:dgsBindToColorPicker(Redit,cp,&amp;quot;RGB&amp;quot;,&amp;quot;R&amp;quot;)&lt;br /&gt;
DGS:dgsUnbindFromColorPicker(Redit)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{DGSFUNCTIONS}}&lt;/div&gt;</summary>
		<author><name>Thisdp</name></author>
	</entry>
</feed>