Raytrix Light Field SDK  4.0
Logo
Classes | Enumerations

Classes

class  Rx::LFR::Net::ConstImage
 Const Image class. More...
 
interface  Rx::InteropNet::Runtime28::IImage
 Interface for images. We use enums as parameters for interface functions as they are not version dependent. That is, if the enum definition is extended in a later version of this assembly, the enum classes stay compatible. More...
 
class  Rx::Net::Image
 Image class. More...
 
class  Rx::Net::ImageFormat
 Image format. More...
 
struct  Rx::Net::PixelFormat
 Pixel format. More...
 

Enumerations

Detailed Description

Enumeration Type Documentation

Values that represent a data type.

Enumerator
Void 
Byte 
UByte 
Short 
UShort 
Int 
UInt 
Float 
Double 

Values that represent a pixel type.

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)

BayerRG 

1 Channel per pixel (Bayer pattern RGGB)

BayerBG 

1 Channel per pixel (Bayer pattern BGGR)

BayerGR 

1 Channel per pixel (Bayer pattern GRBG)

BayerGB 

1 Channel per pixel (Bayer pattern GBRG)