Loading...
Searching...
No Matches
Color.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
80CSFML_GRAPHICS_API sfColor sfColor_fromRGBA(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha);
uint32_t sfColor_toInteger(sfColor color)
Convert a color to a 32-bit unsigned integer.
sfColor sfColor_fromRGB(uint8_t red, uint8_t green, uint8_t blue)
Construct a color from its 3 RGB components.
sfColor sfColor_fromRGBA(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha)
Construct a color from its 4 RGBA components.
sfColor sfColor_fromInteger(uint32_t color)
Construct the color from 32-bit unsigned integer.