- blendARGB
uint blendARGB(uint dst, uint src, uint alpha)
blend two RGB pixels using alpha
- blendGray
ubyte blendGray(ubyte dst, ubyte src, uint alpha)
blend two RGB pixels using alpha
- rgbToGray
ubyte rgbToGray(uint color)
Undocumented in source. Be warned that the author may not have intended to support it.
- transformComponent
uint transformComponent(int src, int addBefore, int multiply, int addAfter)
Undocumented in source. Be warned that the author may not have intended to support it.
- transformRGBA
uint transformRGBA(uint src, uint addBefore, uint multiply, uint addAfter)
Undocumented in source. Be warned that the author may not have intended to support it.
DLANGUI library.
This module contains drawing buffer implementation.