BlueOffsetColorTransform Class
A color transformation that adds an offset to the color’s blue component.
Declaration
public class BlueOffsetColorTransform extends ValueColorTransformBase
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
BlueOffsetColorTransform
BlueOffsetColorTransform(float value)
Initializes a new instance of the BlueOffsetColorTransform class with specified settings.
Declaration
public BlueOffsetColorTransform(float value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | float | A float value that specifies the blue offset. |
Methods
clone() Method
Creates a copy of the current BlueOffsetColorTransform instance.
Declaration
public BlueOffsetColorTransform clone()
Returns
| Type | Description |
|---|---|
BlueOffsetColorTransform |
A copy of the current instance. |
cloneCore() Method
When overridden in a derived class, creates a copy of the current instance.
Declaration
public ColorTransformBase cloneCore()
Returns
| Type | Description |
|---|---|
| ColorTransformBase | A copy of the current instance. |