Table of Contents

Property AlphaData

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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.