gray8 top-level constant Pixel Formats
Gray8
const gray8
8-bit grayscale pixel format.
Colors in this format are represented as follows:
Color | Value |
---|---|
Gray8.black |
0x00 |
Gray8.white | 0xFF |
{@category Pixel Formats}
Implementation
const gray8 = Gray8._();