C# Class Axiom.Media.PixelConverter.PixelFormatDescription

Description of Pixel Formats.
Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
componentCount byte
componentType PixelComponentType
elemBytes byte
flags PixelFormatFlags
format PixelFormat
name string
rbits byte
rmask uint
rshift byte

Public Methods

Method 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 method

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
return System

Property Details

componentCount public_oe property

public byte componentCount
return byte

componentType public_oe property

public PixelComponentType componentType
return PixelComponentType

elemBytes public_oe property

public byte elemBytes
return byte

flags public_oe property

public PixelFormatFlags flags
return PixelFormatFlags

format public_oe property

public PixelFormat format
return PixelFormat

name public_oe property

public string name
return string

rbits public_oe property

public byte rbits
return byte

rmask public_oe property

public uint rmask
return uint

rshift public_oe property

public byte rshift
return byte