class SetLightColorCmd

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

Sets the color of the Light identified by `light_id`.

Public Methods

void SetLightColorCmd (Storage_ storage)
void SetLightColorCmd (uint32_t light_id, ::fuchsia_ui_gfx::ColorRgbValue color)
void SetLightColorCmd ()

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

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

void SetLightColorCmd (SetLightColorCmd && )

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

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

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

SetLightColorCmd & operator= (const SetLightColorCmd & other)
bool operator== (const SetLightColorCmd & other)
bool operator!= (const SetLightColorCmd & other)
uint32_t light_id ()
uint32_t & light_id ()
SetLightColorCmd & light_id (uint32_t value)

Setter for light_id.

const ::fuchsia_ui_gfx::ColorRgbValue & color ()
::fuchsia_ui_gfx::ColorRgbValue & color ()
SetLightColorCmd & color (::fuchsia_ui_gfx::ColorRgbValue value)

Setter for color.

void SetLightColorCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits