Learn R Programming

GSNA (version 0.1.4.2)

color2IntV: color2IntV

Description

Convert a color, either as a name or as a RGB hexadecimal value to an integer vector containing the RGB specification.

Usage

color2IntV(color)

Value

A integer vector containing the RGB specification.

Arguments

color

A color specified either by name (e.g. "red") or as a RGB hexadecimal value (e.g. "#FF0000").

See Also

intV2Color()