C# 클래스 tk2dEditor.TextureProcessing.FloydSteinbergDithering

파일 보기 프로젝트 열기: Collegiennes/Malisse

공개 메소드들

메소드 설명
DitherTexture ( Texture2D texture, TextureFormat targetTextureFormat, int x0, int y0, int w, int h ) : void

Destructive dithering of texture. Texture is 8888, will be written out as 8888 too

메소드 상세

DitherTexture() 공개 정적인 메소드

Destructive dithering of texture. Texture is 8888, will be written out as 8888 too
public static DitherTexture ( Texture2D texture, TextureFormat targetTextureFormat, int x0, int y0, int w, int h ) : void
texture UnityEngine.Texture2D
targetTextureFormat TextureFormat
x0 int
y0 int
w int
h int
리턴 void