class ColorRgbValue

Defined at line 7940 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

A value that is specified explicitly by `value` if `variable_id` is zero,

or is the value produced by the resource identified by `variable_id`, e.g.

an animation or expression. In the latter case, the value produced by the

resource must be a ColorRgb, and `value` is ignored.

Public Methods

void ColorRgbValue (Storage_ storage)
void ColorRgbValue (::fuchsia_ui_gfx::ColorRgb value, uint32_t variable_id)
void ColorRgbValue ()

Default constructs a |ColorRgbValue| only if all of its members are default constructible.

Defined at line 7950 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

void ColorRgbValue (ColorRgbValue && )

Defined at line 7953 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

void ColorRgbValue (const ColorRgbValue & other)
ColorRgbValue & operator= (ColorRgbValue && )

Defined at line 7954 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

ColorRgbValue & operator= (const ColorRgbValue & other)
bool operator== (const ColorRgbValue & other)
bool operator!= (const ColorRgbValue & other)
const ::fuchsia_ui_gfx::ColorRgb & value ()
::fuchsia_ui_gfx::ColorRgb & value ()
ColorRgbValue & value (::fuchsia_ui_gfx::ColorRgb value)

Setter for value.

uint32_t variable_id ()
uint32_t & variable_id ()
ColorRgbValue & variable_id (uint32_t value)

Setter for variable_id.

void ColorRgbValue (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits