GenericColorValue (object)

The GenericColorValue is a typed implementation of the GenericValue using a Color.

GenericColorValue GenericColorValue GenericColorValue GenericValue GenericValue GenericColorValue->GenericValue

Methods

  GenericColorValue ( in Color value )
  GenericColorValue ( in GenericColorValue other )
  GenericColorValue ()
GenericColorValue clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
Color get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  set ! ( in Color value )

Methods in detail

GenericColorValue ( in Color value )


GenericColorValue ( in GenericColorValue other )

copy constructor


GenericColorValue ()

default constructor


GenericColorValue GenericColorValue.clone? ()

clone method


Boolean GenericColorValue.equals? ( in Ref<GenericValue> other )

return true if this value matches another one


Color GenericColorValue.get? ()

returns the contained value


Type GenericColorValue.getValueType? ()

returns the type of the value


UInt32 GenericColorValue.hash_? ()

returns a hash value for this


Boolean GenericColorValue.isArray? ()

returns true if this value contains an array


GenericColorValue.set! ( in Color value )

sets the contained value