ofDoc > types > ofTypes

ofTypesfile

Typedefs

ofMutex typedef
ofScopedLock typedef

Functions

ofSerialDeviceInfoclass

Describes a Serial device, including ID, name and path.

Friends

ofSerial friend

Functions

ofStyleclass

Contains general information about the style of ofGraphics elements such as color, line width and others.

Attributes

color variable
bgColor variable
polyMode variable
rectMode variable
bFill variable
drawBitmapMode variable
blendingMode variable
smoothing variable
circleResolution variable
sphereResolution variable
curveResolution variable
lineWidth variable

Functions

ofStyle ()

ofVideoFormatclass

A structure describing attributes of a video format.

An ofVideoFormat is used to describe the size, pixel format and frame rates offered by a video device.

See Also
ofVideoDevice

Attributes

pixelFormat variable
width variable
height variable
framerates variable

ofVideoDeviceclass

A structure describing attributes of a video device.

An ofVideoDevice can represent a camera, grabber or other frame source.

Attributes

id variable
deviceName variable
hardwareName variable
formats variable
bAvailable variable

ofPtrclass

Functions

ofPtr () Use std::shared_ptr instead