Function libR_sys::R_GE_str2col

source ·
pub unsafe extern "C" fn R_GE_str2col(s: *const c_char) -> rcolor
Expand description

Convert either a name or a #RRGGBB[AA] string to internal. Because people were using it, it also converts “1”, “2” … to a colour in the palette, and “0” to transparent white.