alphaValue property

int get alphaValue

Returns the alpha component of the color.

Implementation

int get alphaValue {
  return (a * 255).toInt();
}