C# 클래스 CSharpImageLibrary.DDS.DDS_Decoders

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

비공개 메소드들

메소드 설명
DecompressATI1 ( byte source, int sourceStart, byte destination, int decompressedStart, int decompressedLineLength, bool unused ) : void
DecompressATI2Block ( byte source, int sourceStart, byte destination, int decompressedStart, int decompressedLineLength, bool unused ) : void
DecompressBC1Block ( byte source, int sourceStart, byte destination, int decompressedStart, int decompressedLineLength, bool unused ) : void
DecompressBC2Block ( byte source, int sourceStart, byte destination, int decompressedStart, int decompressedLineLength, bool isPremultiplied ) : void
DecompressBC3Block ( byte source, int sourceStart, byte destination, int decompressedStart, int decompressedLineLength, bool isPremultiplied ) : void
ExpandTo255 ( double v ) : byte
GetDecompressedOffset ( int start, int lineLength, int pixelIndex ) : int
ReadUncompressed ( byte source, int sourceStart, byte destination, int pixelCount, DDS_Header ddspf ) : void