Skip to main content

GammaColorTransform Class

A color transformation that applies a gamma correction to a color.

Declaration

public class GammaColorTransform 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
GammaColorTransform

GammaColorTransform()

Initializes a new instance of the GammaColorTransform class.

Declaration

public GammaColorTransform()

Methods

clone() Method

Creates a copy of the current GammaColorTransform object.

Declaration

public GammaColorTransform clone()

Returns

Type Description
GammaColorTransform

A copy of the current object.

cloneCore() Method

When overridden in a derived class, creates a copy of the current object.

Declaration

public ColorTransformBase cloneCore()

Returns

Type Description
ColorTransformBase

A copy of the current object.

Remarks

This method is called by the clone() method and should not be called directly from your code.