Interface RampKeySet.Ramp
-
- Enclosing class:
- RampKeySet
public static interface RampKeySet.RampDefines ramp characteristics by aggregating a Shader and a Scaling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScalinggetScaling()Returns the scaling function used to map data values to the shader range.ShadergetShader()Returns this ramp's shader.
-