GUIColorPicker

From Virtual World Web Wiki
Jump to: navigation, search

Component representing a small dropdown that configures its color through RGB sliders

Remarks [edit]

Properties

float AlphaValue {get; set;}
Value for the Alpha channel
GUISlider BlueSlider {get;}
Reference to the slider for the Blue channel
float BlueValue {get; set;}
Value for the Blue channel
Color32 Color {get; set;}
Combined color value
GUISlider GreenSlider {get;}
Reference to the slider for the Green channel
float GreenValue {get; set;}
Value for the Green channel
GUISlider RedSlider {get;}
Reference to the slider for the Red channel
float RedValue {get; set;}
Value for the Red channel

Events

OnColorChange()
Event fired whenever the color changes