naturalSkinColorThreshold property

int naturalSkinColorThreshold

Natural skin color threshold. Above this threshold, th skin of the person looks natural. Hint: Default value is 5.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get naturalSkinColorThreshold => getNaturalSkinColorThreshold();
void naturalSkinColorThreshold=(int value)

Implementation

set naturalSkinColorThreshold(int value) => setNaturalSkinColorThreshold(value);