Property AlphaData
AlphaData
Gets or sets alpha component of the pixels using array of byte.
public virtual byte[] AlphaData { get; set; }
Property Value
- byte[]
Remarks
Use RgbData to get alpha component of the pixels. Use GenericImage.PixelStrategy to get the best strategy for accessing the pixel data.