C# Класс SEToolbox.ImageLibrary.DxtUtil

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
ConvertRgb565ToRgb888 ( ushort color, byte &r, byte &g, byte &b ) : void
DecompressDxt5 ( Stream imageStream, int width, int height ) : byte[]
DecompressDxt5 ( byte imageData, int width, int height ) : byte[]
DecompressDxt5Block ( BinaryReader imageReader, int x, int y, int blockCountX, int width, int height, byte imageData ) : void
DecompressDxt5TextureToBitmap ( byte imageData, int width, int height, bool ignoreAlpha ) : Bitmap
DecompressDxt5TextureToImageSource ( byte imageData, int width, int height, bool ignoreAlpha, IPixelEffect effect ) : ImageSource