vtdata library
|
This is the complete list of members for vtBitmapBase, including all inherited members.
BlitTo(vtBitmapBase &target, int x, int y) (defined in vtBitmapBase) | vtBitmapBase | |
GetDepth() const =0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
GetPixel24(int x, int y, RGBi &rgb) const =0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
GetPixel32(int x, int y, RGBAi &rgba) const =0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
GetPixel8(int x, int y) const =0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
GetSize() const =0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
ScalePixel24(int x, int y, float fScale) (defined in vtBitmapBase) | vtBitmapBase | |
ScalePixel32(int x, int y, float fScale) (defined in vtBitmapBase) | vtBitmapBase | |
ScalePixel8(int x, int y, float fScale) (defined in vtBitmapBase) | vtBitmapBase | |
SetPixel24(int x, int y, const RGBi &rgb)=0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
SetPixel32(int x, int y, const RGBAi &rgba)=0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
SetPixel8(int x, int y, uchar color)=0 (defined in vtBitmapBase) | vtBitmapBase | pure virtual |
~vtBitmapBase() (defined in vtBitmapBase) | vtBitmapBase | inlinevirtual |