Click or drag to resize
ImageGetColorAt Method
Get texture color at a given coordinates.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Color GetColorAt(
	Point textureCoords
)

Parameters

textureCoords
Type: Point
Texture coords to get color for.

Return Value

Type: Color
Color of texture at the given texture coords.
See Also