tintedGlasses property

int tintedGlasses

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;
void tintedGlasses=(int value)

Implementation

set tintedGlasses(int value) => _handle.ref.TintedGlasses = value;