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