// List of the GLSL colormaps available,// to validate against before string replacing.exportconstGLSL_COLORMAPS = [
'plasma',
'viridis',
'jet',
];
exportconstGLSL_COLORMAP_DEFAULT = 'plasma';
exportconstCOLORMAP_SHADER_PLACEHOLDER = 'COLORMAP_FUNC';