Namespace: Rx – Class: IImage – Header: Rx.Core/IImage.h

IImage::GetType Method

C++
virtual void GetType(Rx::EPixelType& ePixelType, Rx::EDataType& eDataType)

Gets the pixel and the data type of this image.

Parameters

[Rx::EPixelType&] ePixelType

[out] The pixel type.

[Rx::EDataType&] eDataType

[out] The data type.