Raytrix Light Field SDK  v3.0
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages

Namespaces

 Rx::Interop::Runtime28::EDataType
 
 Rx::Interop::Runtime28::EPixelType
 

Classes

class  Rx::CRxImage
 Image class. Implements the interface Interop::Runtime28::IImage. More...
 
class  Rx::CRxImageFormat
 Image format descriptor. More...
 
class  Rx::CRxImageMoniker
 Image moniker class. Implements the interface Rx::Interop::Runtime28::IImage but does not allocate memory. More...
 
class  Rx::Interop::Runtime28::IImage
 Interface supported by Raytrix images. More...
 

Enumerations

enum  Rx::Interop::Runtime28::EDataType::ID
 The image data types. More...
 
enum  Rx::Interop::Runtime28::EPixelType::ID
 The image pixel types.. More...
 

Detailed Description

Enumeration Type Documentation

The image data types.

Enumerator
Void 
Byte 
UByte 
Short 
UShort 
Int 
UInt 
Float 
Double 

The image pixel types..

Enumerator
None 
RGB 

3 Channels per pixel (Red, Green, Blue)

RGBA 

4 Channels per pixel (Red, Green, Blue, Alpha)

BGR 

3 Channels per pixel (Blue, Green, Red)

BGRA 

4 Channels per pixel (Blue, Green, Red, Alpha)

Lum 

1 Channel per pixel (Luminance)

LumA 

2 Channels per pixel (Luminance, Alpha)

BayerBG 

1 Channel per pixel (Bayer pattern RGGB)

BayerGB 

1 Channel per pixel (Bayer pattern BGGR)

BayerGR 

1 Channel per pixel (Bayer pattern GRBG)

BayerRG 

1 Channel per pixel (Bayer pattern GBRG)