Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
TextureUtils Class Reference

Static Public Member Functions

static Texture2D Blur (Texture2D image, int blurSize, int iterations)
 
static Texture2D MakeTransparentBlack (Texture2D texture, float threshhold)
 
static Texture2D ScaleTexture (Texture2D source, int newWidth, int newHeight)
 

Static Private Member Functions

static Texture2D BlurImage (Texture2D image, int blurSize)
 

Member Function Documentation

◆ Blur()

static Texture2D TextureUtils.Blur ( Texture2D image,
int blurSize,
int iterations )
static

◆ BlurImage()

static Texture2D TextureUtils.BlurImage ( Texture2D image,
int blurSize )
staticprivate

◆ MakeTransparentBlack()

static Texture2D TextureUtils.MakeTransparentBlack ( Texture2D texture,
float threshhold )
static

◆ ScaleTexture()

static Texture2D TextureUtils.ScaleTexture ( Texture2D source,
int newWidth,
int newHeight )
static

The documentation for this class was generated from the following file: