-
Notifications
You must be signed in to change notification settings - Fork 0
3. Colorize Functions
Enes Okullu edited this page May 4, 2024
·
2 revisions
All colorize functions return RGBColor.
- byte number: Number value which will be converted to RGBColor via function.
ColorizeFunc(byte number);

ColorizeFuncMidTones(byte number);

ColorizeFuncByRate(byte number);

ColorizeFuncByDuality(byte number);

ColorizeFuncByRedRate(byte number);

ColorizeFuncByGreenRate(byte number);

ColorizeFuncByBlueRate(byte number);

ColorizeFuncByMagentaRate(byte number);

ColorizeFuncByYellowRate(byte number);

ColorizeFuncByCyanRate(byte number);
