Channel

Class for working with colors on channel level

Constructors

this
this(float rangeMin, float rangeMax, uint function(in RGBColor color) func, RGBColor function(in RGBColor color, in float value) colorFunc)

Members

Functions

getRangeSize
T getRangeSize()

Variables

getValue
uint function(in RGBColor color) getValue;
injectValue
RGBColor function(in RGBColor color, in float value) injectValue;
range
float[2] range;
Undocumented in source.

Meta