intRed property

int get intRed

Red component as an 8-bit integer (0-255)

Implementation

int get intRed => _floatToInt8(r);