alphas property
Uint8List
get
alphas
Column-major coverage bytes (4 per column); length = 4 * alphaColumns.
Implementation
Uint8List get alphas => Uint8List.sublistView(_alphaTexels, 0, alphaColumns);
Column-major coverage bytes (4 per column); length = 4 * alphaColumns.
Uint8List get alphas => Uint8List.sublistView(_alphaTexels, 0, alphaColumns);