#include <gr_Image.h>
Public Member Functions | |
virtual bool | hasAlpha (void) const =0 |
virtual bool | isTransparentAt (UT_sint32 x, UT_sint32 y)=0 |
virtual GRType | getType () const |
virtual GRType GR_RasterImage::getType | ( | void | ) | const [inline, virtual] |
Reimplemented from GR_Image.
Reimplemented in GR_CocoaImage, and GR_UnixImage.
virtual bool GR_RasterImage::hasAlpha | ( | void | ) | const [pure virtual] |
Implements GR_Image.
Implemented in GR_CocoaImage, GR_UnixImage, and GR_Win32Image.
Implements GR_Image.
Implemented in GR_CocoaImage, GR_UnixImage, and GR_Win32Image.