colormap 0.0.2

Color gradient and color interpolation
Documentation
1
2
3
4
5
use color_core::RGBA32;

pub trait ColorMap {}

pub trait ColorGradient {}