imageColoured property
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;
Implementation
set imageColoured(int value) => _handle.ref.ImageColoured = value;