colorUniformity property
Color uniformity score, in the range 0:100.
Hint: Recommended threshold is 80.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get colorUniformity => _handle.ref.ColorUniformity;
Implementation
set colorUniformity(int value) => _handle.ref.ColorUniformity = value;