struct SolidColorContent

Defined at line 149 of file ../../src/ui/scenic/lib/flatland/flatland_types.h

A solid-color fill. `color` is premultiplied, unlike the straight RGBA

that sessions store in UberStructLayer::SolidColorModeProperties::color;

this is done by the global flattening walk, and the blend mode is adjusted

accordingly (a stored kStraightAlpha blend mode resolves to kPremultipliedAlpha).

Layer and inherited opacity are NOT folded in here; they arrive via

`multiply_color`, as for image content.

Public Members

array color

Public Methods

bool operator== (const SolidColorContent & )

Defined at line 151 of file ../../src/ui/scenic/lib/flatland/flatland_types.h