Main Page Class Hierarchy Compound List File List Compound Members File Members
RGBAImage Class Reference
#include <Image.h>
Inheritance diagram for RGBAImage:
Collaboration diagram for RGBAImage:
List of all members.
Public Members |
 |  | | RGBAImage () |
 |  | Void | SetSize (Int width, Int height) |
 |  | Void | Clear (const Colour &c) |
 |  | Void | SetPixel (Int x, Int y, const Colour &c) |
 |  | Colour | GetPixel (Int x, Int y) const |
 |  | Void | SetSpan (Int row, Int start, Int length, const Colour *src) |
 |  | Void | GetSpan (Int row, Int start, Int length, Colour *dst) const |
 |  | Void | SetRGBASpan (Int row, Int start, Int length, const RGBAPixel *src) |
 |  | Void | GetRGBASpan (Int row, Int start, Int length, RGBAPixel *dst) const |
 |  | RGBAPixel* | RGBAData () const |
Protected Members |
 |  | RGBAPixel* | data |
Detailed Description
Definition at line 153 of file Image.h.
Constructor & Destructor Documentation
Member Function Documentation
Void RGBAImage::Clear (const Colour & c) [virtual]
|
Colour RGBAImage::GetPixel (Int x, Int y) const [virtual]
|
Void RGBAImage::GetRGBASpan (Int row, Int start, Int length, RGBAPixel * dst) const [virtual]
|
Void RGBAImage::GetSpan (Int row, Int start, Int length, Colour * dst) const [virtual]
|
RGBAPixel * RGBAImage::RGBAData () const [inline]
|
Void RGBAImage::SetPixel (Int x, Int y, const Colour & c) [virtual]
|
Void RGBAImage::SetRGBASpan (Int row, Int start, Int length, const RGBAPixel * src) [virtual]
|
Void RGBAImage::SetSize (Int width, Int height) [virtual]
|
Void RGBAImage::SetSpan (Int row, Int start, Int length, const Colour * src) [virtual]
|
Member Data Documentation
The documentation for this class was generated from the following files:
Generated at Sat Aug 5 00:17:09 2000 for Graphics Class Library by
1.1.0 written by Dimitri van Heesch,
© 1997-2000