usePunchthroughAlpha property

int get usePunchthroughAlpha

Implementation

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

Implementation

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