struct ColorRgba

Defined at line 4203 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_types.h

Represents a color with alpha channel.

Values are unorm (i.e. the valid range is [0,1]), and are in linear color

space. They are not gamma-corrected nor premultiplied.

Public Members

float red
float green
float blue
float alpha