Aurigma Graphics Mill 5.5 for .NET
TiffChannelType Enumeration
Contains possible extra channel types.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration TiffChannelType
C#
public enum TiffChannelType
Members
| Member name | Description | |
|---|---|---|
| Color |
Color data. |
|
| Alpha |
Unassociated alpha data stores transparency information that logically exists independent of an image. |
|
| PremultipliedAlpha |
Associated alpha data stores opacity information which implies that not only alpha channel itself is stored in the file, but also color channels of each pixel are premultiplied with the corresponding alpha channel value. |
|
| Undefined |
Unspecified data stores some non-color information of the image. |