Click or drag to resize
TextureX Class
Extension methods for Texture and subclasses.
Inheritance Hierarchy
SystemObject
  CandlelightTextureX

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class TextureX

The TextureX type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFloodFill
Flood fill the specified block on the specified Texture2D using the specified color.
Public methodStatic memberGetReadableCopy
Gets a readable copy of the source Texture2D.
Top
See Also