backgroundUniform property

int backgroundUniform

Value indicating whether the color of the background is uniform.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get backgroundUniform => _handle.ref.BackgroundUniform;
void backgroundUniform=(int value)

Implementation

set backgroundUniform(int value) => _handle.ref.BackgroundUniform = value;