rip ~master (2018-03-17T20:58:35Z)
Dub
Repo
Channel
rip
concepts
channel
Class for working with colors on channel level
class
Channel {
float
[
2
]
range
;
uint
function
(
in
RGBColor
color
)
getValue
;
RGBColor
function
(
in
RGBColor
color
,
in
float
value
)
injectValue
;
this
(float rangeMin, float rangeMax, uint function(in RGBColor color) func, RGBColor function(in RGBColor color, in float value) colorFunc);
T
getRangeSize
();
}
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
Source
See Implementation
rip
concepts
channel
classes
Channel
enums
DefaultChannels
Class for working with colors on channel level