powered by
Convert a color, either as a name or as a RGB hexadecimal value to an integer vector containing the RGB specification.
color2IntV(color)
A integer vector containing the RGB specification.
A color specified either by name (e.g. "red") or as a RGB hexadecimal value (e.g. "#FF0000").
intV2Color()