C# Класс tk2dEditor.TextureProcessing.FloydSteinbergDithering

Показать файл Открыть проект

Открытые методы

Метод Описание
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