imageColoured property

int imageColoured

Value indicating whether the image is coloured, not grayscale.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get imageColoured => _handle.ref.ImageColoured;
void imageColoured=(int value)

Implementation

set imageColoured(int value) => _handle.ref.ImageColoured = value;