max property
The maximum value for the pixel format.
This value typically represents opaque and/or full (white) pixels.
Example
print(abgr8888.max); // 0xFFFFFFFF
print(floatRgba.max); // [1.0, 1.0, 1.0, 1.0]
Implementation
P get max;
The maximum value for the pixel format.
This value typically represents opaque and/or full (white) pixels.
print(abgr8888.max); // 0xFFFFFFFF
print(floatRgba.max); // [1.0, 1.0, 1.0, 1.0]
P get max;