Table of Contents

Method GetBlue

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

GetBlue(int, int)

Returns the blue intensity at the given coordinate.

byte GetBlue(int x, int y)

Parameters

x int

X coordinate of the pixel.

y int

Y coordinate of the pixel.

Returns

byte