|
Arbor 3: FSM & BT Graph Editor
3.4.0
|
Class to handle a flexible Color type reference method there is more than one. More...
Public Member Functions | |
| FlexibleColor () | |
| FlexibleColor default constructor More... | |
| FlexibleColor (Color value) | |
| FlexibleColor constructor More... | |
| FlexibleColor (ColorParameterReference parameter) | |
| FlexibleColor constructor More... | |
| FlexibleColor (InputSlotColor slot) | |
| FlexibleColor constructor More... | |
| object | GetValueObject () |
| Return the value as object. More... | |
Static Public Member Functions | |
| static | operator Color (FlexibleColor flexible) |
| Cast FlexibleColor to Color. More... | |
| static | operator FlexibleColor (Color value) |
| Cast Color to FlexibleColor. More... | |
Properties | |
| FlexibleType | type [get] |
| It returns a type More... | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| Color | value [get] |
| It returns a value More... | |
Class to handle a flexible Color type reference method there is more than one.
| FlexibleColor | ( | ) |
FlexibleColor default constructor
| FlexibleColor | ( | Color | value | ) |
FlexibleColor constructor
| value | Value |
| FlexibleColor | ( | ColorParameterReference | parameter | ) |
FlexibleColor constructor
| parameter | Parameter |
| FlexibleColor | ( | InputSlotColor | slot | ) |
FlexibleColor constructor
| slot | Slot |
| object GetValueObject | ( | ) |
|
explicitstatic |
Cast FlexibleColor to Color.
| flexible | FlexibleColor |
|
explicitstatic |
Cast Color to FlexibleColor.
| value | Color |
|
get |
It returns a type
|
get |
It returns a value