Skip to main content

Interface: ColorAreaValue

Defined in: packages/component-driver-fluent-v9/src/components/ColorAreaDriver.ts:9

The 2-D read/write shape ColorAreaDriver exchanges: the HSV saturation ("S") and value/brightness ("V") channels, both on Fluent's own 0–100 scale (see the class doc — NOT the 0–1 fraction the HsvColor prop type uses).

Properties​

saturation​

saturation: number

Defined in: packages/component-driver-fluent-v9/src/components/ColorAreaDriver.ts:11

The saturation channel, 0–100.


value​

value: number

Defined in: packages/component-driver-fluent-v9/src/components/ColorAreaDriver.ts:13

The value (brightness) channel, 0–100.