[][src]Function mandalas::util::rppdiblctgllyaodbgb_to_rgb

pub fn rppdiblctgllyaodbgb_to_rgb(rppdiblctgllyaodbgb: [f64; 19]) -> [f64; 3]

Translate a RPPDIBLCTGLLYAODBGB colour point into an RGB colour point according to this PNG.

Examples

assert_eq!(rppdiblctgllyaodbgb_to_rgb(
    [0f64, 0f64, 0f64, 0f64, 0f64, 0f64, 0f64,
     0f64, 0f64, 0f64, 0f64, 0f64, 0f64, 0f64,
     0f64, 0f64, 0f64, 0f64, 0f64]),
    [0f64, 0f64, 0f64]);