Click or drag to resize
ImageSetTextureColorAt Method
Set texture color at a given coordinates. Note: this will affect all entities using this texture.

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

Parameters

textureCoords
Type: Point
Texture coords to set color for.
color
Type: Color
New color to set.
See Also