#include <BmpSampleValue.h>
Inheritance diagram for BmpSampleValue:
Public Member Functions | |
BmpSampleValue (void) | |
virtual UWORD32 | calcDistance (const SampleValue *s) const |
virtual unsigned char | getRed (void) const =0 |
virtual unsigned char | getGreen (void) const =0 |
virtual unsigned char | getBlue (void) const =0 |
|
|
|
calculate the distance between the sample value s and this sample value
Implements SampleValue. Reimplemented in BmpRGBSampleValue. |
|
get the blue color component Implemented in BmpPaletteSampleValue, and BmpRGBSampleValue. |
|
get the green color component Implemented in BmpPaletteSampleValue, and BmpRGBSampleValue. |
|
get the red color component Implemented in BmpPaletteSampleValue, and BmpRGBSampleValue. |