skinColorNatural property
Value indicating whether the skin looks natural.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get skinColorNatural => _handle.ref.SkinColorNatural;
Implementation
set skinColorNatural(int value) => _handle.ref.SkinColorNatural = value;