LibreOffice Module cppcanvas (master) 1
Namespaces | Typedefs | Functions
color.hxx File Reference
#include <sal/types.h>
Include dependency graph for color.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cppcanvas
 

Typedefs

typedef sal_uInt32 cppcanvas::IntSRGBA
 Color in the sRGB color space, plus alpha channel. More...
 

Functions

sal_uInt8 cppcanvas::getRed (IntSRGBA nCol)
 
sal_uInt8 cppcanvas::getGreen (IntSRGBA nCol)
 
sal_uInt8 cppcanvas::getBlue (IntSRGBA nCol)
 
sal_uInt8 cppcanvas::getAlpha (IntSRGBA nCol)
 
IntSRGBA cppcanvas::makeColor (sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nAlpha)
 
sal_Int32 cppcanvas::makeColorARGB (sal_uInt8 nAlpha, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue)