red property

int red

This color's red channel, between 0 and 255.

Implementation

int get red {
  if (_red == null) _hslToRgb();
  return _red!;
}