From 93a6590af7f866838d883d92fac655251685c3d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 May 2009 18:58:26 +0200 Subject: adding doxygen files --- ue2/doxygen/classCPixelFormat__BGR555.html | 322 +++++++++++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 ue2/doxygen/classCPixelFormat__BGR555.html (limited to 'ue2/doxygen/classCPixelFormat__BGR555.html') diff --git a/ue2/doxygen/classCPixelFormat__BGR555.html b/ue2/doxygen/classCPixelFormat__BGR555.html new file mode 100644 index 0000000..1ecf5a9 --- /dev/null +++ b/ue2/doxygen/classCPixelFormat__BGR555.html @@ -0,0 +1,322 @@ + + +imgsynth2: CPixelFormat_BGR555 Class Reference + + + + +
+ +
+
+ +
+

CPixelFormat_BGR555 Class Reference

Implementation of CPixelFormat handling BGR555 color (real color) Windows Bitmaps. +More... +

+#include <cpixelformat_bgr555.h> +

+

+Inheritance diagram for CPixelFormat_BGR555:
+
+ +

+ +CPixelFormat + +
+ +

+List of all members. + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 CPixelFormat_BGR555 (CBitmap *bitmap)
 Default ctor.
 ~CPixelFormat_BGR555 ()
 Default dtor.
void getPixel (RGBPIXEL &pixel, uint32_t x, uint32_t y)
 Get pixel at coordinates x, y.
void setPixel (const RGBPIXEL &pixel, uint32_t x, uint32_t y)
 Modifies pixel at coordinates x, y.
uint32_t getBitCount ()
 returns color bitcount supported by this class
void getMaxColor (RGBPIXEL &pixel)
 Get maximum values for RGB pixel.
+


Detailed Description

+Implementation of CPixelFormat handling BGR555 color (real color) Windows Bitmaps. +

+On error CPixelFormat::PixelFormatError is thrown.


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
CPixelFormat_BGR555::CPixelFormat_BGR555 (CBitmap bitmap  )  [inline]
+
+
+ +

+Default ctor. +

+

Methodname:
CPixelFormat_BGR55
+
Parameters:
+ + +
bitmap pointer to CBitmap instance
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + +
CPixelFormat_BGR555::~CPixelFormat_BGR555 (  )  [inline]
+
+
+ +

+Default dtor. +

+

Methodname:
~CPixelFormat_BGR555
+
Parameters:
+ + +
- 
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void CPixelFormat_BGR555::getPixel (RGBPIXEL &  pixel,
uint32_t  x,
uint32_t  y 
)
+
+
+ +

+Get pixel at coordinates x, y. +

+

Methodname:
getPixel
+
Parameters:
+ + + + +
pixel reference to pixel data
x x-coordinate
y y-coordinate
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
PixelFormatError 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void CPixelFormat_BGR555::setPixel (const RGBPIXEL &  pixel,
uint32_t  x,
uint32_t  y 
)
+
+
+ +

+Modifies pixel at coordinates x, y. +

+

Methodname:
setPixel
+
Parameters:
+ + + + +
pixel reference to new pixel data
x x-coordinate
y y-coordinate
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
PixelFormatError 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + +
uint32_t CPixelFormat_BGR555::getBitCount (  )  [inline, virtual]
+
+
+ +

+returns color bitcount supported by this class +

+

Methodname:
getBitCount
+
Parameters:
+ + +
- 
+
+
Returns:
color bitcount supported by this class
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +

Implements CPixelFormat.

+ +
+

+ +

+
+ + + + + + + + + +
void CPixelFormat_BGR555::getMaxColor (RGBPIXEL &  pixel  )  [inline]
+
+
+ +

+Get maximum values for RGB pixel. +

+

Methodname:
getMaxColor
+
Parameters:
+ + +
pixel reference to pixel struct
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


The documentation for this class was generated from the following files: +
Generated on Sat May 2 18:58:11 2009 for imgsynth2 by  + +doxygen 1.5.3
+ + -- cgit v1.2.3