Table of Contents

Method GetRGB

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

GetRGB(int, int)

Gets RGBValue at given pixel location.

public RGBValue GetRGB(int x, int y)

Parameters

x int

X coordinate of the pixel.

y int

Y coordinate of the pixel.

Returns

RGBValue