Gel2D - The free/open source game creation suite

Static Public Member Functions
gel::GelColorTool Class Reference

Common color operations. More...

#include <gelColor.h>

List of all members.

Static Public Member Functions

static GelHWColor RGBAtoHW (const GelRGBA &col)
static GelHWColor HSLAtoHW (const GelHSLA &col)
static GelHWColor ScalarToHW (const GelColor &col)
static GelRGBA HSLAtoRGBA (const GelHSLA &col)
static GelRGBA HWtoRGBA (const GelHWColor &col)
static GelRGBA ScalarToRGBA (const GelColor &col)
static GelHSLA HWtoHSLA (const GelHWColor &col)
static GelHSLA RGBAtoHSLA (const GelRGBA &col)
static GelHSLA ScalarToHSLA (const GelColor &col)
static GelColor HWtoScalar (const GelHWColor &col)
static GelColor RGBAtoScalar (const GelRGBA &col)
static GelColor HSLAtoScalar (const GelHSLA &col)

Detailed Description

Common color operations.


Member Function Documentation

static GelHWColor gel::GelColorTool::RGBAtoHW ( const GelRGBA col) [static]
static GelHWColor gel::GelColorTool::HSLAtoHW ( const GelHSLA col) [static]
static GelHWColor gel::GelColorTool::ScalarToHW ( const GelColor col) [static]
static GelRGBA gel::GelColorTool::HSLAtoRGBA ( const GelHSLA col) [static]
static GelRGBA gel::GelColorTool::HWtoRGBA ( const GelHWColor col) [static]
static GelRGBA gel::GelColorTool::ScalarToRGBA ( const GelColor col) [static]
static GelHSLA gel::GelColorTool::HWtoHSLA ( const GelHWColor col) [static]
static GelHSLA gel::GelColorTool::RGBAtoHSLA ( const GelRGBA col) [static]
static GelHSLA gel::GelColorTool::ScalarToHSLA ( const GelColor col) [static]
static GelColor gel::GelColorTool::HWtoScalar ( const GelHWColor col) [static]
static GelColor gel::GelColorTool::RGBAtoScalar ( const GelRGBA col) [static]
static GelColor gel::GelColorTool::HSLAtoScalar ( const GelHSLA col) [static]

The documentation for this class was generated from the following file: