C# Class SEToolbox.ImageLibrary.DxtUtil

Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Private Methods

Méthode Description
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