C# 클래스 SEToolbox.ImageLibrary.DxtUtil

파일 보기 프로젝트 열기: midspace/SEToolbox 1 사용 예제들

비공개 메소드들

메소드 설명
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