struct SetDisplayColorConversionCmdHack

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

Set the color conversion applied to the compositor's display.

The conversion is applied to to each pixel according to the formula:

(matrix * (pixel + preoffsets)) + postoffsets

where pixel is a column vector consisting of the pixel's 3 components.

`matrix` is passed in row-major order. Clients will be responsible

for passing default values, when needed.

Default values are not currently supported in fidl.

Default Values:

preoffsets = [0 0 0]

matrix = [1 0 0 0 1 0 0 0 1]

postoffsets = [0 0 0]

Public Members

uint32_t compositor_id
Array preoffsets
Array matrix
Array postoffsets