A value of type color. More...
Public Member Functions | |
virtual const IType_color * | get_type () const =0 |
Returns the type of this value. More... | |
virtual const IValue_float * | get_value (Size index) const =0 |
Returns the value at index , or NULL if index is out of bounds. More... | |
virtual IValue_float * | get_value (Size index)=0 |
Returns the value at index , or NULL if index is out of bounds. More... | |
virtual Sint32 | set_value (Size index, IValue_float *value)=0 |
Sets the value at index . More... | |
Static Public Attributes | |
static const Kind | s_kind = VK_COLOR |
The kind of this subclass. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IValue_compound > | Self |
Own type. More... | |
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
Declares the interface ID (IID) of this interface. More... | |
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
A value of type color.
|
pure virtual |
Returns the type of this value.
Implements mi::neuraylib::IValue_compound.
|
pure virtual |
Returns the value at index
, or NULL
if index
is out of bounds.
Implements mi::neuraylib::IValue_compound.
|
pure virtual |
Returns the value at index
, or NULL
if index
is out of bounds.
Implements mi::neuraylib::IValue_compound.
|
pure virtual |
Sets the value at index
.
NULL
pointer).index
is out of bounds.