C# Класс CSharpImageLibrary.DDS.DDS_Decoders

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

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

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