Raylib C++  1.0.0
Encapsulates the raylib library
raylib::helper::ColorHelper Member List

This is the complete list of members for raylib::helper::ColorHelper, including all inherited members.

colorAlpha(const RlColor &color, float alpha)raylib::helper::ColorHelperstatic
colorAlphaBlend(const RlColor &dst, const RlColor &src, const RlColor &tint)raylib::helper::ColorHelperstatic
colorFromHSV(float hue, float saturation, float value)raylib::helper::ColorHelperstatic
colorFromNormalized(const Vector4f &normalizedColor)raylib::helper::ColorHelperstatic
colorToHSV(const RlColor &color)raylib::helper::ColorHelperstatic
getColor(unsigned int hexValue)raylib::helper::ColorHelperstatic
getPixelColor(void *srcPtr, int format)raylib::helper::ColorHelperstatic
getPixelDataSize(int width, int height, int format)raylib::helper::ColorHelperstatic
setPixelColor(void *dstPtr, const RlColor &color, int format)raylib::helper::ColorHelperstatic