tintedGlasses property
Value, from 0 to 100, indicating if the glasses are tinted. 100 means that the glasses are completely transparent. Hint: The recommended value is over 25.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get tintedGlasses => _handle.ref.TintedGlasses;
Implementation
set tintedGlasses(int value) => _handle.ref.TintedGlasses = value;