|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Enumerate
com.aspose.slides.pptx.ColorTransformOperationEx
public class ColorTransformOperationEx
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 |
---|
public static final ColorTransformOperationEx TINT
public static final int TINT_ID
public static final ColorTransformOperationEx SHADE
public static final int SHADE_ID
public static final ColorTransformOperationEx COMPLEMENT
public static final int COMPLEMENT_ID
public static final ColorTransformOperationEx INVERSE
public static final int INVERSE_ID
public static final ColorTransformOperationEx GRAYSCALE
public static final int GRAYSCALE_ID
public static final ColorTransformOperationEx SETALPHA
public static final int SETALPHA_ID
public static final ColorTransformOperationEx ADDALPHA
public static final int ADDALPHA_ID
public static final ColorTransformOperationEx MULTIPLYALPHA
public static final int MULTIPLYALPHA_ID
public static final ColorTransformOperationEx SETHUE
public static final int SETHUE_ID
public static final ColorTransformOperationEx ADDHUE
public static final int ADDHUE_ID
public static final ColorTransformOperationEx MULTIPLYHUE
public static final int MULTIPLYHUE_ID
public static final ColorTransformOperationEx SETSATURATION
public static final int SETSATURATION_ID
public static final ColorTransformOperationEx ADDSATURATION
public static final int ADDSATURATION_ID
public static final ColorTransformOperationEx MULTIPLYSATURATION
public static final int MULTIPLYSATURATION_ID
public static final ColorTransformOperationEx SETLUMINANCE
public static final int SETLUMINANCE_ID
public static final ColorTransformOperationEx ADDLUMINANCE
public static final int ADDLUMINANCE_ID
public static final ColorTransformOperationEx MULTIPLYLUMINANCE
public static final int MULTIPLYLUMINANCE_ID
public static final ColorTransformOperationEx SETRED
public static final int SETRED_ID
public static final ColorTransformOperationEx ADDRED
public static final int ADDRED_ID
public static final ColorTransformOperationEx MULTIPLYRED
public static final int MULTIPLYRED_ID
public static final ColorTransformOperationEx SETGREEN
public static final int SETGREEN_ID
public static final ColorTransformOperationEx ADDGREEN
public static final int ADDGREEN_ID
public static final ColorTransformOperationEx MULTIPLYGREEN
public static final int MULTIPLYGREEN_ID
public static final ColorTransformOperationEx SETBLUE
public static final int SETBLUE_ID
public static final ColorTransformOperationEx ADDBLUE
public static final int ADDBLUE_ID
public static final ColorTransformOperationEx MULTIPLYBLUE
public static final int MULTIPLYBLUE_ID
public static final ColorTransformOperationEx GAMMA
public static final int GAMMA_ID
public static final ColorTransformOperationEx INVERSEGAMMA
public static final int INVERSEGAMMA_ID
Method Detail |
---|
public static ColorTransformOperationEx toValue(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |