com.aspose.slides.pptx
Class ColorTransformOperationEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.ColorTransformOperationEx
All Implemented Interfaces:
java.lang.Comparable

public class ColorTransformOperationEx
extends Enumerate

Enumeration which defines color transformations.


Field Summary
static ColorTransformOperationEx ADDALPHA
          Adds a parameter's value to an alpha component of the color.
static int ADDALPHA_ID
           
static ColorTransformOperationEx ADDBLUE
          Adds a parameter's value to a blue component of the color.
static int ADDBLUE_ID
           
static ColorTransformOperationEx ADDGREEN
          Adds a parameter to a green component of the color.
static int ADDGREEN_ID
           
static ColorTransformOperationEx ADDHUE
          Adds parameter's value to hue component of the color.
static int ADDHUE_ID
           
static ColorTransformOperationEx ADDLUMINANCE
          Adds a parameter's value to a luminance component of the color.
static int ADDLUMINANCE_ID
           
static ColorTransformOperationEx ADDRED
          Adds a parameter's value to a red component of the color.
static int ADDRED_ID
           
static ColorTransformOperationEx ADDSATURATION
          Adds a parameter's value to a saturation component of the color.
static int ADDSATURATION_ID
           
static ColorTransformOperationEx COMPLEMENT
          Changes the color to a RGB complementary one. m = Max(r, g, b); r = m - r; g = m - g; b = m - b;
static int COMPLEMENT_ID
           
static ColorTransformOperationEx GAMMA
          Gamma correction.
static int GAMMA_ID
           
static ColorTransformOperationEx GRAYSCALE
          Changes the color to a gray one with same lightness.
static int GRAYSCALE_ID
           
static ColorTransformOperationEx INVERSE
          Changes the color to an inverted color. r = 1 - r; g = 1 - g; b = 1 - b;
static int INVERSE_ID
           
static ColorTransformOperationEx INVERSEGAMMA
          Inverse gamma correction.
static int INVERSEGAMMA_ID
           
static ColorTransformOperationEx MULTIPLYALPHA
          Multiplies an alpha component to a parameter's value.
static int MULTIPLYALPHA_ID
           
static ColorTransformOperationEx MULTIPLYBLUE
          Multiplies a blue component of the color to a parameter's value.
static int MULTIPLYBLUE_ID
           
static ColorTransformOperationEx MULTIPLYGREEN
          Multiplies a green component of the color to a parameter's value.
static int MULTIPLYGREEN_ID
           
static ColorTransformOperationEx MULTIPLYHUE
          Multiplies a hue component to a parameter's value.
static int MULTIPLYHUE_ID
           
static ColorTransformOperationEx MULTIPLYLUMINANCE
          Multiplies a luminance component to a parameter's value.
static int MULTIPLYLUMINANCE_ID
           
static ColorTransformOperationEx MULTIPLYRED
          Multiplies a red component to a parameter.
static int MULTIPLYRED_ID
           
static ColorTransformOperationEx MULTIPLYSATURATION
          Multiplies a saturation component to a parameter's value.
static int MULTIPLYSATURATION_ID
           
static ColorTransformOperationEx SETALPHA
          Defines an alpha component of the color.
static int SETALPHA_ID
           
static ColorTransformOperationEx SETBLUE
          Changes a blue component of the color to a parameter's value.
static int SETBLUE_ID
           
static ColorTransformOperationEx SETGREEN
          Changes a green component of the color to a parameter's value value.
static int SETGREEN_ID
           
static ColorTransformOperationEx SETHUE
          Changes a hue component of the color to a parameter's value.
static int SETHUE_ID
           
static ColorTransformOperationEx SETLUMINANCE
          Changes a luminance component of the color to a parameter's value.
static int SETLUMINANCE_ID
           
static ColorTransformOperationEx SETRED
          Changes a red component of the color to a parameter's value.
static int SETRED_ID
           
static ColorTransformOperationEx SETSATURATION
          Changes a saturation component of the color to a parameter's value.
static int SETSATURATION_ID
           
static ColorTransformOperationEx SHADE
          Shades the color.
static int SHADE_ID
           
static ColorTransformOperationEx TINT
          Tints the color.
static int TINT_ID
           
 
Method Summary
static ColorTransformOperationEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TINT

public static final ColorTransformOperationEx TINT
Tints the color. Parameter is in range between 0 (original color) and 1 (white).


TINT_ID

public static final int TINT_ID
See Also:
Constant Field Values

SHADE

public static final ColorTransformOperationEx SHADE
Shades the color. Parameter is in range between 0 (original color) and 1 (black).


SHADE_ID

public static final int SHADE_ID
See Also:
Constant Field Values

COMPLEMENT

public static final ColorTransformOperationEx COMPLEMENT
Changes the color to a RGB complementary one. m = Max(r, g, b); r = m - r; g = m - g; b = m - b;


COMPLEMENT_ID

public static final int COMPLEMENT_ID
See Also:
Constant Field Values

INVERSE

public static final ColorTransformOperationEx INVERSE
Changes the color to an inverted color. r = 1 - r; g = 1 - g; b = 1 - b;


INVERSE_ID

public static final int INVERSE_ID
See Also:
Constant Field Values

GRAYSCALE

public static final ColorTransformOperationEx GRAYSCALE
Changes the color to a gray one with same lightness. Parameter ignored.


GRAYSCALE_ID

public static final int GRAYSCALE_ID
See Also:
Constant Field Values

SETALPHA

public static final ColorTransformOperationEx SETALPHA
Defines an alpha component of the color. Parameter is in range between 0 (transparent) and 1 (opaque).


SETALPHA_ID

public static final int SETALPHA_ID
See Also:
Constant Field Values

ADDALPHA

public static final ColorTransformOperationEx ADDALPHA
Adds a parameter's value to an alpha component of the color. Parameter is in range between -1 and 1.


ADDALPHA_ID

public static final int ADDALPHA_ID
See Also:
Constant Field Values

MULTIPLYALPHA

public static final ColorTransformOperationEx MULTIPLYALPHA
Multiplies an alpha component to a parameter's value.


MULTIPLYALPHA_ID

public static final int MULTIPLYALPHA_ID
See Also:
Constant Field Values

SETHUE

public static final ColorTransformOperationEx SETHUE
Changes a hue component of the color to a parameter's value. Parameter is in range between 0 and 360.


SETHUE_ID

public static final int SETHUE_ID
See Also:
Constant Field Values

ADDHUE

public static final ColorTransformOperationEx ADDHUE
Adds parameter's value to hue component of the color. Parameter is in range between -360 and 360.


ADDHUE_ID

public static final int ADDHUE_ID
See Also:
Constant Field Values

MULTIPLYHUE

public static final ColorTransformOperationEx MULTIPLYHUE
Multiplies a hue component to a parameter's value.


MULTIPLYHUE_ID

public static final int MULTIPLYHUE_ID
See Also:
Constant Field Values

SETSATURATION

public static final ColorTransformOperationEx SETSATURATION
Changes a saturation component of the color to a parameter's value. Parameter is in range between 0 and 1.


SETSATURATION_ID

public static final int SETSATURATION_ID
See Also:
Constant Field Values

ADDSATURATION

public static final ColorTransformOperationEx ADDSATURATION
Adds a parameter's value to a saturation component of the color. Parameter is in range between -1 and 1.


ADDSATURATION_ID

public static final int ADDSATURATION_ID
See Also:
Constant Field Values

MULTIPLYSATURATION

public static final ColorTransformOperationEx MULTIPLYSATURATION
Multiplies a saturation component to a parameter's value.


MULTIPLYSATURATION_ID

public static final int MULTIPLYSATURATION_ID
See Also:
Constant Field Values

SETLUMINANCE

public static final ColorTransformOperationEx SETLUMINANCE
Changes a luminance component of the color to a parameter's value. Parameter is in range between 0 and 1.


SETLUMINANCE_ID

public static final int SETLUMINANCE_ID
See Also:
Constant Field Values

ADDLUMINANCE

public static final ColorTransformOperationEx ADDLUMINANCE
Adds a parameter's value to a luminance component of the color. Parameter is in range between -1 and 1.


ADDLUMINANCE_ID

public static final int ADDLUMINANCE_ID
See Also:
Constant Field Values

MULTIPLYLUMINANCE

public static final ColorTransformOperationEx MULTIPLYLUMINANCE
Multiplies a luminance component to a parameter's value.


MULTIPLYLUMINANCE_ID

public static final int MULTIPLYLUMINANCE_ID
See Also:
Constant Field Values

SETRED

public static final ColorTransformOperationEx SETRED
Changes a red component of the color to a parameter's value. Parameter is in range between 0 and 1.


SETRED_ID

public static final int SETRED_ID
See Also:
Constant Field Values

ADDRED

public static final ColorTransformOperationEx ADDRED
Adds a parameter's value to a red component of the color. Parameter is in range between -1 and 1.


ADDRED_ID

public static final int ADDRED_ID
See Also:
Constant Field Values

MULTIPLYRED

public static final ColorTransformOperationEx MULTIPLYRED
Multiplies a red component to a parameter.


MULTIPLYRED_ID

public static final int MULTIPLYRED_ID
See Also:
Constant Field Values

SETGREEN

public static final ColorTransformOperationEx SETGREEN
Changes a green component of the color to a parameter's value value. Parameter is in range between 0 and 1.


SETGREEN_ID

public static final int SETGREEN_ID
See Also:
Constant Field Values

ADDGREEN

public static final ColorTransformOperationEx ADDGREEN
Adds a parameter to a green component of the color. Parameter is in range between -1 and 1.


ADDGREEN_ID

public static final int ADDGREEN_ID
See Also:
Constant Field Values

MULTIPLYGREEN

public static final ColorTransformOperationEx MULTIPLYGREEN
Multiplies a green component of the color to a parameter's value.


MULTIPLYGREEN_ID

public static final int MULTIPLYGREEN_ID
See Also:
Constant Field Values

SETBLUE

public static final ColorTransformOperationEx SETBLUE
Changes a blue component of the color to a parameter's value. Parameter is in range between 0 and 360.


SETBLUE_ID

public static final int SETBLUE_ID
See Also:
Constant Field Values

ADDBLUE

public static final ColorTransformOperationEx ADDBLUE
Adds a parameter's value to a blue component of the color. Parameter is in range between -1 and 1.


ADDBLUE_ID

public static final int ADDBLUE_ID
See Also:
Constant Field Values

MULTIPLYBLUE

public static final ColorTransformOperationEx MULTIPLYBLUE
Multiplies a blue component of the color to a parameter's value.


MULTIPLYBLUE_ID

public static final int MULTIPLYBLUE_ID
See Also:
Constant Field Values

GAMMA

public static final ColorTransformOperationEx GAMMA
Gamma correction. Parameter ignored.


GAMMA_ID

public static final int GAMMA_ID
See Also:
Constant Field Values

INVERSEGAMMA

public static final ColorTransformOperationEx INVERSEGAMMA
Inverse gamma correction. Parameter ignored.


INVERSEGAMMA_ID

public static final int INVERSEGAMMA_ID
See Also:
Constant Field Values
Method Detail

toValue

public static ColorTransformOperationEx toValue(int id)