R/dml-color.R
RGBColor.Rd
Represents a color as (red, green, blue) components in 0–255 range.
RGBColor(r, g, b)
Integer 0–255 red component.
Integer 0–255 green component.
Integer 0–255 blue component.
An RGBColor object.
RGBColor