C# 클래스 CSharpImageLibrary.Headers.DDS_Header.DDS_PIXELFORMAT

Contains information about DDS Pixel Format.
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary 1 사용 예제들

공개 메소드들

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