|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.CompositingQuality
public final class CompositingQuality
Specifies the quality level to use during compositing.
Field Summary | |
---|---|
static int |
AssumeLinear
Assume linear values. |
static int |
Default
Default quality. |
static int |
GammaCorrected
Gamma correction is used. |
static int |
HighQuality
High quality, low speed compositing. |
static int |
HighSpeed
High speed, low quality. |
static int |
Invalid
Invalid quality. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AssumeLinear
Assume linear values.
public static final int Default
Default quality.
public static final int GammaCorrected
Gamma correction is used.
public static final int HighQuality
High quality, low speed compositing.
public static final int HighSpeed
High speed, low quality.
public static final int Invalid
Invalid quality.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |