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 public Color GetColorAt(
Point textureCoords
)
Parameters
- textureCoords
- Type: Point
Texture coords to get color for.
Return Value
Type:
ColorColor of texture at the given texture coords.
See Also