public final class TiffAlphaStorage
extends com.aspose.ms.System.Enum
Specifies the alpha storage for tiff documents.
Modifier and Type | Field and Description |
---|---|
static int |
Associated
The alpha value is stored in premultiplied form.
|
static int |
Unassociated
The alpha value is stored in unassociated form.
|
static int |
Unspecified
The alpha is not specified and stored in the tiff file.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unspecified
The alpha is not specified and stored in the tiff file.
public static final int Associated
The alpha value is stored in premultiplied form. When alpha is restored there may be some rounding effects and restored value may be different from the original.
public static final int Unassociated
The alpha value is stored in unassociated form. That means that alpha restored is exactly the same as it was stored to the tiff.