backgroundUniform property
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;
Implementation
set backgroundUniform(int value) => _handle.ref.BackgroundUniform = value;