class Rgb
Defined at line 125 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
Public Methods
void Rgb (Storage_ storage)
void Rgb (double red, double green, double blue)
void Rgb ()
Default constructs a |Rgb| only if all of its members are default constructible.
Defined at line 135 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
void Rgb (Rgb && )
Defined at line 138 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
void Rgb (const Rgb & other)
Rgb & operator= (Rgb && )
Defined at line 139 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
Rgb & operator= (const Rgb & other)
bool operator== (const Rgb & other)
bool operator!= (const Rgb & other)
double red ()
double & red ()
Rgb & red (double value)
Setter for red.
double green ()
double & green ()
Rgb & green (double value)
Setter for green.
double blue ()
double & blue ()
Rgb & blue (double value)
Setter for blue.
void Rgb (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits