Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cSurfaceDC.h File Reference
#include "cSurfaceBase.h"
#include "../Geometry/cRectI.h"

Go to the source code of this file.

Classes

struct  GrayLib::cSurfaceTextureVert
 
class  GrayLib::cSurfaceDC
 
class  GrayLib::cSurfaceDC2
 

Namespaces

 GrayLib
 

Typedefs

typedef COLOR16_t GrayLib::HUE16_t
 Index into a hues table. (or palette) uses SURF_CvtHueToColor_t. More...
 
typedef COLOR16_t(GRAYCALLGrayLib::SURF_CvtHueToColor_t) (HUE16_t iHue, int iGamma)
 

Enumerations

enum  GrayLib::SURF_FILTER_TYPE {
  GrayLib::SURF_FILTER_NONE , GrayLib::SURF_FILTER_LIGHT , GrayLib::SURF_FILTER_HUE , GrayLib::SURF_FILTER_HUE_AND_LIGHT ,
  GrayLib::SURF_FILTER_HUE_CLOTH_AND_LIGHT , GrayLib::SURF_FILTER_HUE_CLOTH , GrayLib::SURF_FILTER_GREYSCALE , GrayLib::SURF_FILTER_TRANSPARENT ,
  GrayLib::SURF_FILTER_SHADOW , GrayLib::SURF_FILTER_BLACK
}
 

Functions

 GrayLib::UNITTEST2_PREDEF (cSurfaceDC)
 

Detailed Description