GenericRGBAValue (object)

The GenericRGBAValue is a typed implementation of the GenericValue using a RGBA.

GenericRGBAValue GenericRGBAValue GenericRGBAValue GenericValue GenericValue GenericRGBAValue->GenericValue

Methods

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

Methods in detail

GenericRGBAValue ( in GenericRGBAValue other )

copy constructor


GenericRGBAValue ( in RGBA value )


GenericRGBAValue ()

default constructor


GenericRGBAValue GenericRGBAValue.clone? ()

clone method


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

return true if this value matches another one


RGBA GenericRGBAValue.get? ()

returns the contained value


Type GenericRGBAValue.getValueType? ()

returns the type of the value


UInt32 GenericRGBAValue.hash_? ()

returns a hash value for this


Boolean GenericRGBAValue.isArray? ()

returns true if this value contains an array


GenericRGBAValue.set! ( in RGBA value )

sets the contained value