IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
_isDiscrete | IG::Lib::ColorScaleBase | [private] |
_numCells | IG::Lib::ColorScaleBase | [protected] |
Create(double minValue, double maxValue, params color[] scaleColors) | IG::Lib::ColorScaleBase | [inline, static] |
Create(double minValue, double maxValue, int numCells, params color[] scaleColors) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueGreenRed(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueGreenYellow(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueRed(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueRed(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueRedYellow(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueRedYellow(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueYellow(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateBlueYellow(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlind(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlind(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlindDeuteranopia(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlindDeuteranopia(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlindProtanopia(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlindProtanopia(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlindTritanopia(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateColorBlindTritanopia(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateDefault(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateDefault(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateGray(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateGray(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateRainbow(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateRainbow(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
CreateRainbowFull(double minValue, double maxValue) | IG::Lib::ColorScaleBase | [inline, static] |
CreateRainbowFull(double minValue, double maxValue, int numCells) | IG::Lib::ColorScaleBase | [inline, static] |
FromReference(double referenceValue) | IG::Lib::ColorScaleBase | [pure virtual] |
GetCellColor(int cellIndex) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetCellIndex(double value) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetCellValue(int cellIndex) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetColor(double value) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetContinuousColor(double value) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetContinuousReferenceColor(double referenceValue) | IG::Lib::ColorScaleBase | [pure virtual] |
GetDiscreteColor(double value) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetDiscreteReferenceColor(double referenceValue) | IG::Lib::ColorScaleBase | [inline, virtual] |
GetReferenceCellIndex(double referenceValue) | IG::Lib::ColorScaleBase | [pure virtual] |
GetReferenceCellValue(int cellIndex) | IG::Lib::ColorScaleBase | [pure virtual] |
GetReferenceColor(double referenceValue) | IG::Lib::ColorScaleBase | [inline, virtual] |
IsDiscrete | IG::Lib::ColorScaleBase | |
NumCells | IG::Lib::ColorScaleBase | |
ToReference(double actualValue) | IG::Lib::ColorScaleBase | [pure virtual] |