Functions | |
void | init () |
void | end () |
Float_Color | getIntensity (float anIntensity, ColorType aType) |
Float_Color | getIntensity (int anIntensity, ColorType aType) |
void | removeColorMarker (float anIntensity, ColorType aType) |
void | addMarker (float anIntensity, Float_Color aColor, ColorType aType) |
std::map< float, Float_Color > * | getColorTransferPt (ColorType aType) |
void ColorTransfer::init | ( | ) |
(re-)initializes the namespace
void ColorTransfer::end | ( | ) |
Float_Color ColorTransfer::getIntensity | ( | float | anIntensity, | |
ColorType | aType | |||
) |
returns the color at a given intensity
anIntensity | the intinsity the color is requested for | |
aType | type of color |
Float_Color ColorTransfer::getIntensity | ( | int | anIntensity, | |
ColorType | aType | |||
) |
returns the color at a given intensity
anIntensity | the intinsity the color is requested for | |
aType | type of color |
void ColorTransfer::removeColorMarker | ( | float | anIntensity, | |
ColorType | aType | |||
) |
removes a marker from the color map
anIntensity | the position of the marker | |
aType | type of color |
void ColorTransfer::addMarker | ( | float | anIntensity, | |
Float_Color | aColor, | |||
ColorType | aType | |||
) |
adds a marker to the color map
anIntensity | the position of the marker | |
aColor | the color to add | |
aType | type of color |
std::map< float, Float_Color > * ColorTransfer::getColorTransferPt | ( | ColorType | aType | ) |
returns a pointer to the color map
aType | type of color |