alphaTexels property

Uint32List get alphaTexels

The alpha atlas as whole texels (one u32 per column).

Implementation

Uint32List get alphaTexels =>
    Uint32List.sublistView(_alphaTexels, 0, alphaColumns);