C# Class HexColorField, Unity-Arkit

Inheritance: MonoBehaviour
Show file Open project: sacchy/Unity-Arkit Class Usage Examples

Public Properties

Property Type Description
displayAlpha bool
hsvpicker ColorPicker,

Public Methods

Method Description
HexToColor ( string hex, Color32, &color ) : bool

Private Methods

Method Description
Awake ( ) : void
ColorToHex ( Color32, color ) : string
OnDestroy ( ) : void
UpdateColor ( string newHex ) : void
UpdateHex ( Color, newColor ) : void

Method Details

HexToColor() public static method

public static HexToColor ( string hex, Color32, &color ) : bool
hex string
color Color32,
return bool

Property Details

displayAlpha public property

public bool displayAlpha
return bool

hsvpicker public property

public ColorPicker, hsvpicker
return ColorPicker,