11 #ifndef TIL_COLOR_CURVES_H
12 #define TIL_COLOR_CURVES_H
25 void setValid(
bool valid);
26 void setValid(
int comp,
bool valid);
28 void setCurveSize(
int size);
31 const float *getCurve(
int comp)
const;
32 float *getCurveForWrite(
int comp);
36 { start = myStart; end = myEnd; }
38 void clampRange(
float minr,
float maxr);
void getDomain(float &start, float &end) const
#define UT_NON_COPYABLE(CLASS)
Define deleted copy constructor and assignment operator inside a class.
void setDomain(float start, float end)