From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/struct_color_format.html | 457 ++++++++++++++++++++++++++++++ 1 file changed, 457 insertions(+) create mode 100644 Doc/doxygen/html/struct_color_format.html (limited to 'Doc/doxygen/html/struct_color_format.html') diff --git a/Doc/doxygen/html/struct_color_format.html b/Doc/doxygen/html/struct_color_format.html new file mode 100644 index 0000000..b168ceb --- /dev/null +++ b/Doc/doxygen/html/struct_color_format.html @@ -0,0 +1,457 @@ + + + + + +Starshatter_Open: ColorFormat Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ColorFormat Struct Reference
+
+
+ +

#include <Color.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 ColorFormat (int palsize)
 ColorFormat (int size, BYTE r, BYTE rs, BYTE g, BYTE gs, BYTE b, BYTE bs, BYTE a=0, BYTE as=0)
+ + + + + + + + + + + + + + + +

+Public Attributes

int pal
int bpp
BYTE rdown
BYTE rshift
BYTE gdown
BYTE gshift
BYTE bdown
BYTE bshift
BYTE adown
BYTE ashift
DWORD rmask
DWORD gmask
DWORD bmask
DWORD amask
+

Detailed Description

+
+

Definition at line 26 of file Color.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
ColorFormat::ColorFormat (int palsize)
+
+inline
+
+ +

Definition at line 28 of file Color.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColorFormat::ColorFormat (int size,
BYTE r,
BYTE rs,
BYTE g,
BYTE gs,
BYTE b,
BYTE bs,
BYTE a = 0,
BYTE as = 0 
)
+
+inline
+
+ +

Definition at line 35 of file Color.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
BYTE ColorFormat::adown
+
+ +

Definition at line 47 of file Color.h.

+ +
+
+ +
+
+ + + + +
DWORD ColorFormat::amask
+
+ +

Definition at line 52 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::ashift
+
+ +

Definition at line 47 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::bdown
+
+ +

Definition at line 46 of file Color.h.

+ +
+
+ +
+
+ + + + +
DWORD ColorFormat::bmask
+
+ +

Definition at line 51 of file Color.h.

+ +
+
+ +
+
+ + + + +
int ColorFormat::bpp
+
+ +

Definition at line 43 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::bshift
+
+ +

Definition at line 46 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::gdown
+
+ +

Definition at line 45 of file Color.h.

+ +
+
+ +
+
+ + + + +
DWORD ColorFormat::gmask
+
+ +

Definition at line 50 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::gshift
+
+ +

Definition at line 45 of file Color.h.

+ +
+
+ +
+
+ + + + +
int ColorFormat::pal
+
+ +

Definition at line 42 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::rdown
+
+ +

Definition at line 44 of file Color.h.

+ +
+
+ +
+
+ + + + +
DWORD ColorFormat::rmask
+
+ +

Definition at line 49 of file Color.h.

+ +
+
+ +
+
+ + + + +
BYTE ColorFormat::rshift
+
+ +

Definition at line 44 of file Color.h.

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Color.h
  • +
+
+
+ + + + -- cgit v1.1