C# Класс CSharpImageLibrary.Headers.DDS_Header.DDS_PIXELFORMAT

Contains information about DDS Pixel Format.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DDS_PIXELFORMAT ( ImageEngineFormat surfaceFormat, List customMasks = null ) : System

Build PixelFormat sub-header for a specified surface format.

DDS_PIXELFORMAT ( byte temp ) : System

Fill PixelFormat from full DDS header

ToString ( ) : string

String representation of DDS pixel format.

Описание методов

DDS_PIXELFORMAT() публичный Метод

Build PixelFormat sub-header for a specified surface format.
public DDS_PIXELFORMAT ( ImageEngineFormat surfaceFormat, List customMasks = null ) : System
surfaceFormat ImageEngineFormat Format to base PixelHeader on.
customMasks List Custom user defined masks for colours.
Результат System

DDS_PIXELFORMAT() публичный Метод

Fill PixelFormat from full DDS header
public DDS_PIXELFORMAT ( byte temp ) : System
temp byte Full DDS header block.
Результат System

ToString() публичный Метод

String representation of DDS pixel format.
public ToString ( ) : string
Результат string