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.
81CSFML_GRAPHICS_API sfColor sfColor_fromRGBA(sfUint8 red, sfUint8 green, sfUint8 blue, sfUint8 alpha);
sfColor sfColor_fromInteger(sfUint32 color)
Construct the color from 32-bit unsigned integer.
sfColor sfColor_fromRGBA(sfUint8 red, sfUint8 green, sfUint8 blue, sfUint8 alpha)
Construct a color from its 4 RGBA components.
sfColor sfColor_fromRGB(sfUint8 red, sfUint8 green, sfUint8 blue)
Construct a color from its 3 RGB components.
sfUint32 sfColor_toInteger(sfColor color)
Convert a color to a 32-bit unsigned integer.