class ColorRgbaValue

Defined at line 8137 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 ColorRgba, and `value` is ignored.

Public Methods

void ColorRgbaValue (Storage_ storage)
void ColorRgbaValue (::fuchsia_ui_gfx::ColorRgba value, uint32_t variable_id)
void ColorRgbaValue ()

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

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

void ColorRgbaValue (ColorRgbaValue && )

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

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

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

ColorRgbaValue & operator= (const ColorRgbaValue & other)
bool operator== (const ColorRgbaValue & other)
bool operator!= (const ColorRgbaValue & other)
const ::fuchsia_ui_gfx::ColorRgba & value ()
::fuchsia_ui_gfx::ColorRgba & value ()
ColorRgbaValue & value (::fuchsia_ui_gfx::ColorRgba value)

Setter for value.

uint32_t variable_id ()
uint32_t & variable_id ()
ColorRgbaValue & variable_id (uint32_t value)

Setter for variable_id.

void ColorRgbaValue (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits