Static Public Attributes | List of all members
RecorderPixelFormat Class Reference

Defines whether the recorder object writes color or mono data. More...

Inherits object.

Static Public Attributes

int Color = 1
 Recorder writes three-plane RGB data. More...
 
int Mono = 0
 Recorder writes single-plane monochrome data. More...
 

Detailed Description

Defines whether the recorder object writes color or mono data.

Member Data Documentation

◆ Color

int Color = 1
static

Recorder writes three-plane RGB data.

◆ Mono

int Mono = 0
static

Recorder writes single-plane monochrome data.