TiffAlphaStorage Enumeration |
Specifies the alpha storage for tiff documents.
Namespace:
Aspose.CAD.FileFormats.Tiff.Enums
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum TiffAlphaStorage
Public Enumeration TiffAlphaStorage
public enum class TiffAlphaStorage
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
The alpha is not specified and stored in the tiff file.
|
| Associated | 1 |
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.
|
| Unassociated | 2 |
The alpha value is stored in unassociated form. That means that alpha restored is exactly the same as it was stored to the tiff.
|
See Also