Contains possible extra channel types.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum TiffChannelType
Member name | Description |
---|---|
Alpha |
Unassociated alpha data is transparency information that logically exists independently of an image. Unassociated alpha is additional information, which can be removed or edited. |
Color |
Color data. |
PremultipliedAlpha |
Associated alpha data is opacity information. The color information of each pixel is additionally premultiplied with the value of alpha channel. If this channel data is removed or edited, the image changes. Storing data in premultiplied format allows compositing operations to be implemented more efficiently. |
Undefined |
Unspecified data can contain color information in addition to primary colors or non-color information. |