DgsColorPickerSetComponentSelectorValue

From Multi Theft Auto: Wiki

This function sets the value in component selector ranges from 0 to 100.

Syntax

bool dgsColorPickerSetComponentSelectorValue( element componentSelector, float value )

Required Arguments

  • componentSelector : The component selector you want to set the value to.
  • value: The value of the compoment selector.

Returns

Returns a bool if successful, false otherwise

Example

DGS = exports.dgs --get exported functions from dgs

local cp = DGS:dgsCreateColorPicker("HSLSquare",50,50,300,300,false)
local Aedit = DGS:dgsColorPickerCreateComponentSelector(400,170,100,30,true,false)
DGS:dgsBindToColorPicker(Aedit,cp,"RGB","A") --Alpha doesn't request a specific color type. So it remains in any color type.

--Dynamic Background Component Selector
local Hedit1 = DGS:dgsColorPickerCreateComponentSelector(400,50,100,30,true,false)
local Sedit1 = DGS:dgsColorPickerCreateComponentSelector(400,90,100,30,true,false)
local Ledit1 = DGS:dgsColorPickerCreateComponentSelector(400,130,100,30,true,false)
DGS:dgsBindToColorPicker(Redit1,cp,"HSL","H")
DGS:dgsBindToColorPicker(Gedit1,cp,"HSL","S")
DGS:dgsBindToColorPicker(Bedit1,cp,"HSL","L")
DGS:dgsColorPickerSetComponentSelectorValue(Hedit1,50)

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D