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