C# Class Axiom.Media.PixelConverter.PixelFormatDescription

Description of Pixel Formats.
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
componentCount byte
componentType PixelComponentType
elemBytes byte
flags PixelFormatFlags
format PixelFormat
name string
rbits byte
rmask uint
rshift byte

Méthodes publiques

Méthode Description
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

Method Details

PixelFormatDescription() public méthode

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
Résultat System

Property Details

componentCount public_oe property

public byte componentCount
Résultat byte

componentType public_oe property

public PixelComponentType componentType
Résultat PixelComponentType

elemBytes public_oe property

public byte elemBytes
Résultat byte

flags public_oe property

public PixelFormatFlags flags
Résultat PixelFormatFlags

format public_oe property

public PixelFormat format
Résultat PixelFormat

name public_oe property

public string name
Résultat string

rbits public_oe property

public byte rbits
Résultat byte

rmask public_oe property

public uint rmask
Résultat uint

rshift public_oe property

public byte rshift
Résultat byte