Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RGBAImage Class Reference

#include <Image.h>

Inheritance diagram for RGBAImage:

Image

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
RGBAPixelRGBAData () const

Protected Members

RGBAPixeldata


Detailed Description

Definition at line 153 of file Image.h.


Constructor & Destructor Documentation

RGBAImage::RGBAImage ()

Definition at line 156 of file Image.h.


Member Function Documentation

Void RGBAImage::Clear (const Colour & c) [virtual]

Reimplemented from Image.

Definition at line 1094 of file Image.cc.

Colour RGBAImage::GetPixel (Int x, Int y) const [virtual]

Reimplemented from Image.

Definition at line 1110 of file Image.cc.

Void RGBAImage::GetRGBASpan (Int row, Int start, Int length, RGBAPixel * dst) const [virtual]

Reimplemented from Image.

Definition at line 1150 of file Image.cc.

Void RGBAImage::GetSpan (Int row, Int start, Int length, Colour * dst) const [virtual]

Reimplemented from Image.

Definition at line 1129 of file Image.cc.

RGBAPixel * RGBAImage::RGBAData () const [inline]

Definition at line 169 of file Image.h.

Void RGBAImage::SetPixel (Int x, Int y, const Colour & c) [virtual]

Reimplemented from Image.

Definition at line 1103 of file Image.cc.

Void RGBAImage::SetRGBASpan (Int row, Int start, Int length, const RGBAPixel * src) [virtual]

Reimplemented from Image.

Definition at line 1141 of file Image.cc.

Void RGBAImage::SetSize (Int width, Int height) [virtual]

Reimplemented from Image.

Definition at line 1086 of file Image.cc.

Void RGBAImage::SetSpan (Int row, Int start, Int length, const Colour * src) [virtual]

Reimplemented from Image.

Definition at line 1117 of file Image.cc.


Member Data Documentation

RGBAPixel * RGBAImage::data [protected]

Definition at line 172 of file Image.h.


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 doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000