class ColorRgb

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

Public Methods

void ColorRgb (Storage_ storage)
void ColorRgb (float red, float green, float blue)
void ColorRgb ()

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

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

void ColorRgb (ColorRgb && )

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

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

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

ColorRgb & operator= (const ColorRgb & other)
bool operator== (const ColorRgb & other)
bool operator!= (const ColorRgb & other)
float red ()
float & red ()
ColorRgb & red (float value)

Setter for red.

float green ()
float & green ()
ColorRgb & green (float value)

Setter for green.

float blue ()
float & blue ()
ColorRgb & blue (float value)

Setter for blue.

void ColorRgb (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits