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