prismatica 0.3.1

308 scientific colormaps as compile-time Rust constants
Documentation
// Auto-generated by prismatica xtask -- do not edit
use crate::{Colormap, ColormapKind, ColormapMeta};

/// prinsenvlag -- Sequential colormap from the cmasher collection.
///
/// Author: Ellert van der Velden
/// Perceptually uniform: true
/// CVD friendly: true
///
/// Citation: van der Velden, E. (2020). CMasher: Scientific colormaps for making accessible, informative and 'cmashing' plots. JOSS, 5(46), 2004.
pub const PRINSENVLAG: Colormap = Colormap {
    meta: ColormapMeta {
        name: "prinsenvlag",
        collection: "cmasher",
        author: "Ellert van der Velden",
        kind: ColormapKind::Sequential,
        perceptually_uniform: true,
        cvd_friendly: true,
        grayscale_safe: false,
        lut_size: 256,
        citation: "van der Velden, E. (2020). CMasher: Scientific colormaps for making accessible, informative and 'cmashing' plots. JOSS, 5(46), 2004.",
    },
    lut: &PRINSENVLAG_LUT,
};

static PRINSENVLAG_LUT: [[u8; 3]; 256] = [
    [170, 82, 69],
    [172, 83, 68],
    [173, 83, 67],
    [175, 84, 66],
    [176, 85, 65],
    [178, 85, 64],
    [179, 86, 63],
    [181, 87, 62],
    [182, 88, 61],
    [184, 88, 60],
    [185, 89, 58],
    [187, 90, 57],
    [188, 91, 56],
    [190, 92, 55],
    [191, 93, 53],
    [192, 94, 52],
    [194, 94, 51],
    [195, 95, 49],
    [196, 96, 48],
    [198, 97, 47],
    [199, 98, 45],
    [200, 99, 44],
    [201, 101, 42],
    [203, 102, 41],
    [204, 103, 39],
    [205, 104, 38],
    [206, 105, 36],
    [207, 106, 34],
    [208, 108, 33],
    [209, 109, 31],
    [210, 110, 29],
    [211, 111, 28],
    [212, 113, 26],
    [213, 114, 24],
    [213, 116, 22],
    [214, 117, 20],
    [215, 118, 18],
    [216, 120, 16],
    [216, 121, 14],
    [217, 123, 12],
    [217, 125, 11],
    [218, 126, 9],
    [218, 128, 7],
    [219, 130, 7],
    [219, 131, 6],
    [219, 133, 6],
    [219, 135, 6],
    [220, 136, 7],
    [220, 138, 8],
    [220, 140, 10],
    [220, 142, 13],
    [220, 144, 16],
    [220, 146, 19],
    [220, 147, 22],
    [220, 149, 25],
    [220, 151, 28],
    [219, 153, 31],
    [219, 155, 35],
    [219, 157, 38],
    [219, 158, 42],
    [219, 160, 45],
    [218, 162, 49],
    [218, 164, 52],
    [218, 166, 56],
    [218, 167, 59],
    [218, 169, 63],
    [218, 171, 66],
    [218, 172, 70],
    [218, 174, 73],
    [218, 176, 77],
    [217, 177, 80],
    [217, 179, 83],
    [217, 180, 87],
    [217, 182, 90],
    [218, 184, 94],
    [218, 185, 97],
    [218, 187, 101],
    [218, 188, 104],
    [218, 190, 107],
    [218, 191, 111],
    [218, 193, 114],
    [218, 194, 117],
    [219, 196, 121],
    [219, 197, 124],
    [219, 198, 127],
    [220, 200, 131],
    [220, 201, 134],
    [220, 203, 137],
    [221, 204, 141],
    [221, 205, 144],
    [221, 207, 147],
    [222, 208, 150],
    [222, 209, 154],
    [223, 211, 157],
    [223, 212, 160],
    [224, 213, 163],
    [224, 215, 166],
    [225, 216, 169],
    [226, 217, 173],
    [226, 219, 176],
    [227, 220, 179],
    [228, 221, 182],
    [228, 223, 185],
    [229, 224, 188],
    [230, 225, 191],
    [231, 227, 194],
    [231, 228, 197],
    [232, 229, 200],
    [233, 230, 203],
    [234, 232, 206],
    [235, 233, 209],
    [236, 234, 212],
    [237, 236, 215],
    [238, 237, 218],
    [239, 238, 221],
    [240, 239, 224],
    [241, 241, 227],
    [242, 242, 229],
    [243, 243, 232],
    [244, 244, 235],
    [245, 246, 237],
    [246, 247, 240],
    [248, 248, 243],
    [249, 249, 245],
    [250, 250, 247],
    [252, 252, 250],
    [253, 253, 252],
    [254, 254, 254],
    [254, 254, 254],
    [252, 253, 253],
    [249, 252, 252],
    [247, 251, 251],
    [245, 251, 249],
    [242, 250, 248],
    [240, 249, 247],
    [237, 248, 246],
    [235, 247, 245],
    [232, 246, 243],
    [230, 245, 242],
    [227, 244, 241],
    [225, 243, 240],
    [222, 242, 239],
    [220, 241, 238],
    [217, 241, 237],
    [215, 240, 236],
    [212, 239, 235],
    [209, 238, 234],
    [206, 237, 233],
    [204, 236, 233],
    [201, 236, 232],
    [198, 235, 231],
    [195, 234, 230],
    [192, 233, 230],
    [190, 232, 229],
    [187, 231, 228],
    [184, 231, 228],
    [181, 230, 227],
    [178, 229, 227],
    [175, 228, 226],
    [172, 227, 226],
    [169, 226, 226],
    [166, 226, 226],
    [163, 225, 225],
    [160, 224, 225],
    [157, 223, 225],
    [154, 222, 225],
    [152, 221, 225],
    [149, 220, 225],
    [146, 219, 225],
    [143, 218, 225],
    [141, 217, 225],
    [138, 216, 226],
    [135, 215, 226],
    [133, 214, 226],
    [131, 213, 226],
    [128, 212, 226],
    [126, 211, 227],
    [124, 210, 227],
    [122, 209, 227],
    [120, 208, 228],
    [118, 206, 228],
    [116, 205, 228],
    [114, 204, 228],
    [112, 203, 229],
    [110, 202, 229],
    [109, 200, 229],
    [107, 199, 230],
    [106, 198, 230],
    [104, 197, 230],
    [103, 195, 231],
    [101, 194, 231],
    [100, 193, 231],
    [99, 191, 231],
    [98, 190, 232],
    [97, 189, 232],
    [96, 187, 232],
    [95, 186, 233],
    [94, 185, 233],
    [93, 183, 233],
    [93, 182, 234],
    [92, 181, 234],
    [91, 179, 234],
    [91, 178, 234],
    [90, 176, 235],
    [90, 175, 235],
    [90, 174, 235],
    [90, 172, 235],
    [89, 171, 236],
    [89, 169, 236],
    [89, 168, 236],
    [89, 166, 236],
    [89, 165, 236],
    [90, 163, 237],
    [90, 162, 237],
    [90, 160, 237],
    [91, 159, 237],
    [91, 157, 237],
    [92, 156, 237],
    [92, 154, 237],
    [93, 153, 237],
    [94, 151, 236],
    [94, 149, 236],
    [95, 148, 236],
    [96, 146, 235],
    [97, 145, 235],
    [98, 143, 234],
    [99, 141, 233],
    [100, 140, 232],
    [101, 138, 231],
    [102, 137, 230],
    [104, 135, 229],
    [105, 134, 227],
    [106, 132, 225],
    [107, 131, 223],
    [107, 129, 221],
    [108, 128, 218],
    [109, 127, 216],
    [109, 126, 213],
    [110, 124, 211],
    [110, 123, 208],
    [111, 122, 205],
    [111, 121, 202],
    [111, 120, 199],
    [111, 119, 196],
    [111, 118, 193],
    [111, 117, 190],
    [111, 116, 187],
    [110, 115, 185],
    [110, 114, 182],
    [110, 114, 179],
    [110, 113, 176],
    [109, 112, 173],
    [109, 111, 170],
    [108, 110, 168],
    [108, 109, 165],
    [108, 108, 162],
];