usePunchthroughAlpha property

int usePunchthroughAlpha

Implementation

int get usePunchthroughAlpha => _usePunchthroughAlpha;
void usePunchthroughAlpha=(int x)

Implementation

set usePunchthroughAlpha(int x) {
  _usePunchthroughAlpha = x;
  colorData = _getColorData();
}