Click or drag to resize

IBitmapImageColourCodeAt Method

Returns RGB colour at given logical co-ordinates. Origin is top left corner. No boundary checks are performed.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
int ColourCodeAt(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Pixel x co-ordinate.
y
Type: SystemInt32
Pixel y co-ordinate.

Return Value

Type: Int32
RGB colour (as Int32) of pixel.
See Also