ByteImage Class Reference
#include <Image.h>
Inheritance diagram for ByteImage:
Collaboration diagram for ByteImage:
List of all members.
Public Members
Void
SetSize (Int width, Int height)
Protected Members
Detailed Description
Definition at line 175 of file Image.h.
Constructor & Destructor Documentation
ByteImage::ByteImage ()
Member Function Documentation
Byte * ByteImage::ByteData () const [inline]
Void ByteImage::Clear (const Colour & c) [virtual]
Void ByteImage::GetByteSpan (Int row, Int start, Int length, Byte * dst, ImgChannel channel = chMono) const [virtual]
Colour ByteImage::GetPixel (Int x, Int y) const [virtual]
ClrReal ByteImage::GetRealPixel (Int x, Int y, ImgChannel ch = chMono) const [virtual]
Void ByteImage::GetSpan (Int row, Int start, Int length, Colour * dst) const [virtual]
Void ByteImage::SetByteSpan (Int row, Int start, Int length, const Byte * src, ImgChannel channel = chMono) [virtual]
Void ByteImage::SetPixel (Int x, Int y, const Colour & c) [virtual]
Void ByteImage::SetRealPixel (Int x, Int y, ClrReal r, ImgChannel ch = chMono) [virtual]
Void ByteImage::SetSize (Int width, Int height) [virtual]
Void ByteImage::SetSpan (Int row, Int start, Int length, const Colour * src) [virtual]
Member Data Documentation
Byte * ByteImage::data [protected]
The documentation for this class was generated from the following files:
Generated at Sat Aug 5 00:17:05 2000 for Graphics Class Library by
doxygen 1.1.0 written by Dimitri van Heesch,
© 1997-2000