value property

int get value

Implementation

int get value => (a << 24) | (r << 16) | (g << 8) | b;