Contains possible extra channel types.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration TiffChannelType
public enum TiffChannelType
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. |