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