Enum RatioRgbFuncEnum
Ratio-based RGB function enum.
public enum RatioRgbFuncEnum
- Extension Methods
Fields
Linear = 2Represent GetRgbByLinearRatio(double).
NormalizedErf = 1Represent GetRgbByErf(double).
NormalizedPositiveErf = 0Represent GetRgbByPositiveErf(double).