GenericRGBValue (object)¶
The GenericRGBValue is a typed implementation of the GenericValue using a RGB.
Methods¶
| GenericRGBValue ( in GenericRGBValue other ) | |
| GenericRGBValue ( in RGB value ) | |
| GenericRGBValue () | |
| GenericRGBValue | clone ? () |
| Boolean | equals ? ( in Ref<GenericValue> other ) |
| RGB | get ? () |
| Type | getValueType ? () |
| UInt32 | hash_ ? () |
| Boolean | isArray ? () |
| set ! ( in RGB value ) |
Methods in detail¶
GenericRGBValue ( in GenericRGBValue other )
copy constructor
GenericRGBValue ( in RGB value )
default constructor
GenericRGBValue GenericRGBValue.clone? ()
clone method
Boolean GenericRGBValue.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
RGB GenericRGBValue.get? ()
returns the contained value
Type GenericRGBValue.getValueType? ()
returns the type of the value
UInt32 GenericRGBValue.hash_? ()
returns a hash value for this
Boolean GenericRGBValue.isArray? ()
returns true if this value contains an array
GenericRGBValue.set! ( in RGB value )
sets the contained value