Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
define_linear_interpolation_color_map in plotters - Rust
[go: Go Back, main page]

macro_rules! define_linear_interpolation_color_map {
    ($color_scale_name:ident, $color_type:ident, $doc:expr, $(($($color_value:expr),+)),*) => { ... };
    ($color_scale_name:ident, $color_type:ident, $doc:expr, $($color_complete:tt),+) => { ... };
}
Expand description

Macro to create a new colormap with evenly spaced colors at compile-time.