powered by
Converts a numeric or integer vector of length 3 containing RGB values in the range of 0 to 255 to 24 bit color specifications in the form "#FFFFFF".
intV2Color(rgb_v)
A 24-bit color specification in the form "#FFFFFF".
An integer or numeric vector of length 3 containing RGB channel intensities from 0 to 255.
color2IntV()
col_v <- c( 255, 100, 240) col <- intV2Color( col_v )
Run the code above in your browser using DataLab