Color.h File Reference

Include dependency graph for Color.h:

This graph shows which files directly or indirectly include this file:

Namespaces

namespace  SkyGI

Classes

struct  SkyGI::Color

Defines

#define MAKE_TRANSPARENT(col, value)   (col | (value << 24))
#define MAKE_COLOR(r, g, b)   ((r)<<16)|((g)<<8)|((b))

Enumerations

enum  SkyGI::Colorspace {
  SkyGI::COLORSPACE_UNDEFINED, SkyGI::COLORSPACE_RGB32, SkyGI::COLORSPACE_RGBA32, SkyGI::COLORSPACE_RGB24,
  SkyGI::COLORSPACE_RGB16, SkyGI::COLORSPACE_RGB15, SkyGI::COLORSPACE_RGBA15, SkyGI::COLORSPACE_CMAP8,
  SkyGI::COLORSPACE_GRAY8, SkyGI::COLORSPACE_GRAY1, SkyGI::COLORSPACE_YUV422, SkyGI::COLORSPACE_YUV411,
  SkyGI::COLORSPACE_YUV420, SkyGI::COLORSPACE_YUV444, SkyGI::COLORSPACE_YUV9, SkyGI::COLORSPACE_YUV12,
  SkyGI::COLORSPACE_YUY2, SkyGI::COLORSPACE_BGR24
}
enum  SkyGI::ColorSpec { SkyGI::COLORSPEC_RGB = 0, SkyGI::COLORSPEC_HSV }


Define Documentation

#define MAKE_COLOR ( r,
g,
 )     ((r)<<16)|((g)<<8)|((b))

#define MAKE_TRANSPARENT ( col,
value   )     (col | (value << 24))


Generated on Thu Dec 13 18:13:15 2007 for SkyGI by  doxygen 1.5.1-p1