equalBrightness property
Value, from 0 to 100, indicating if one side of the face is ligther than the other side. 0 means that brightness is perfectly equal on both sides of the face. Hint: The recommended value is over 90.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get equalBrightness => _handle.ref.EqualBrightness;
Implementation
set equalBrightness(int value) => _handle.ref.EqualBrightness = value;