redValue property

int redValue

Returns the red component of the color.

Implementation

int get redValue {
  return red;
}