alphaToOpacity property

double alphaToOpacity

Interprets this int as an alpha value (0 – 255) and converts it to an opacity value (0 – 1).

Implementation

double get alphaToOpacity => this / _channelMax;