YUV: object
Represents a color in the YUV color space.
'y' is between 0 and 1.
'u' and 'v' are typically between -0.5 and 0.5.
Type declaration
Name | Type | Defined in |
---|
u | number | types.ts:98 |
v | number | types.ts:99 |
y | number | types.ts:97 |
Defined in
types.ts:96