DeBayerTransform::isActive Method

Checks whether the image data is currently debayered by IC Imaging Control.
Syntax:
bool isActive() const;
Return value:

Value Description
true The image data is currently debayered by IC Imaging Control.
false Otherwise.

Remarks:

Changing the settings of the DeBayerTransform class will only have an effect on the image data, if this method returns true.

See also: DeBayerTransform

<< DeBayerTransform