RGBColor: {
    b: integer;
    g: integer;
    r: integer;
}

Represents a color in RGB Format

Type declaration

  • b: integer

    The Blue component of the color, from 0 to 255.

  • g: integer

    The Green component of the color, from 0 to 255.

  • r: integer

    The Red component of the color, from 0 to 255.