GenericColorArrayValue (object)¶
The GenericColorArrayValue is a typed implementation of the GenericArrayValue using a Color array element.
Methods¶
GenericColorArrayValue ( in ColorArray value ) | |
GenericColorArrayValue ( in GenericColorArrayValue other ) | |
GenericColorArrayValue () | |
GenericColorArrayValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Color | get ? ( in Index index ) |
ColorArray | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
push ! ( in Color value ) | |
resize ! ( in Size newSize ) | |
set ! ( in Index index, in Color value ) | |
setCopy ! ( in ColorArray value ) | |
setShared ! ( in ColorArray value ) | |
Size | size ? () |
Methods in detail¶
GenericColorArrayValue ( in ColorArray value )
value constructor
GenericColorArrayValue ( in GenericColorArrayValue other )
copy constructor
default constructor
GenericColorArrayValue GenericColorArrayValue.clone? ()
clone method
Boolean GenericColorArrayValue.equals? ( in Ref<GenericValue> other )
return true if this value array matches another one
Color GenericColorArrayValue.get? ( in Index index )
returns an element the contained value array by index
ColorArray GenericColorArrayValue.get? ()
returns the contained value array
Type GenericColorArrayValue.getValueType? ()
returns the name of the value type
UInt32 GenericColorArrayValue.hash_? ()
returns a hash value for this
Boolean GenericColorArrayValue.isArray? ()
returns true if this value contains an array
GenericColorArrayValue.push! ( in Color value )
pushed an element to the contained value array
GenericColorArrayValue.resize! ( in Size newSize )
resizes the contained value array
GenericColorArrayValue.set! ( in Index index, in Color value )
sets an element the contained value array by index
GenericColorArrayValue.setCopy! ( in ColorArray value )
sets the contained value array (copying its contents)
GenericColorArrayValue.setShared! ( in ColorArray value )
sets the contained value array (sharing the reference)
Size GenericColorArrayValue.size? ()
returns the size of the contained value array