C# 클래스 Axiom.Media.PixelConverter.PixelFormatDescription

Description of Pixel Formats.
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
componentCount byte
componentType PixelComponentType
elemBytes byte
flags PixelFormatFlags
format PixelFormat
name string
rbits byte
rmask uint
rshift byte

공개 메소드들

메소드 설명
PixelFormatDescription ( string name, PixelFormat format, byte elemBytes, PixelFormatFlags flags, PixelComponentType componentType, byte componentCount, byte rbits, byte gbits, byte bbits, byte abits, uint rmask, uint gmask, uint bmask, uint amask, byte rshift, byte gshift, byte bshift, byte ashift ) : System

메소드 상세

PixelFormatDescription() 공개 메소드

public PixelFormatDescription ( string name, PixelFormat format, byte elemBytes, PixelFormatFlags flags, PixelComponentType componentType, byte componentCount, byte rbits, byte gbits, byte bbits, byte abits, uint rmask, uint gmask, uint bmask, uint amask, byte rshift, byte gshift, byte bshift, byte ashift ) : System
name string
format PixelFormat
elemBytes byte
flags PixelFormatFlags
componentType PixelComponentType
componentCount byte
rbits byte
gbits byte
bbits byte
abits byte
rmask uint
gmask uint
bmask uint
amask uint
rshift byte
gshift byte
bshift byte
ashift byte
리턴 System

프로퍼티 상세

componentCount 공개적으로 프로퍼티

public byte componentCount
리턴 byte

componentType 공개적으로 프로퍼티

public PixelComponentType componentType
리턴 PixelComponentType

elemBytes 공개적으로 프로퍼티

public byte elemBytes
리턴 byte

flags 공개적으로 프로퍼티

public PixelFormatFlags flags
리턴 PixelFormatFlags

format 공개적으로 프로퍼티

public PixelFormat format
리턴 PixelFormat

name 공개적으로 프로퍼티

public string name
리턴 string

rbits 공개적으로 프로퍼티

public byte rbits
리턴 byte

rmask 공개적으로 프로퍼티

public uint rmask
리턴 uint

rshift 공개적으로 프로퍼티

public byte rshift
리턴 byte