brightnessBalanced property

int brightnessBalanced

Value indicating whether lighting is equally distributed on the face, in particular symmetrically, i.e., there is no difference between the brightness of the right and left side of the face.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get brightnessBalanced => _handle.ref.BrightnessBalanced;
void brightnessBalanced=(int value)

Implementation

set brightnessBalanced(int value) => _handle.ref.BrightnessBalanced = value;