Namespace: Rx – Class: CRxImageFormat – Header: Rx.Core.Ex/RxImageFormat.h

CRxImageFormat::CRxImageFormat Constructor

C++
CRxImageFormat(int iWidth, int iHeight, Rx::EPixelType ePixelType, Rx::EDataType eDataType)

Constructs the image format with the given width, height, pixel type and data type.

Parameters

[int] iWidth

The width in pixels.

[int] iHeight

The height in pixels.

[Rx::EPixelType] ePixelType

The pixel type.

[Rx::EDataType] eDataType

The data type.