ValueColorTransformBase Class
The base class for value color transformation classes.
Declaration
public abstract class ValueColorTransformBase extends ColorTransformBase
Inherited Members
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
ColorTransformBase
ValueColorTransformBase
Methods
getValue() Method
Returns the value used to calculate the resulting color.
Declaration
public float getValue()
Returns
| Type | Description |
|---|---|
| float | The value used to calculate the resulting color. |