Class GPUPixelBeautySettings
- Namespace
- VisioForge.Core.Types.X.GPUPixel
- Assembly
- VisioForge.Core.dll
Settings for the GPUPixel beauty-face block. Skin smoothing and whitening always apply. Face slimming, eye enlarge, lipstick and blusher require a 106-point face detector, which the Windows redistributable does not currently ship; those four properties are stored and forwarded but are no-ops until a detector is present.
public class GPUPixelBeautySettingsInheritance
Inherited Members
Properties
Blusher
Gets or sets the blusher blend, 0 to 1. No-op without a face detector.
public double Blusher { get; set; }Property Value
EyeZoom
Gets or sets the eye enlarge strength, 0 to 1. No-op without a face detector.
public double EyeZoom { get; set; }Property Value
FaceSlim
Gets or sets the face slimming strength, 0 to 1. No-op without a face detector.
public double FaceSlim { get; set; }Property Value
Lipstick
Gets or sets the lipstick blend, 0 to 1. No-op without a face detector.
public double Lipstick { get; set; }Property Value
ResourcePath
Gets or sets the directory of the plugin DLL, with the LUT PNGs next to the DLL.
Empty uses that directory. The plugin copies the PNGs into res/ on first use.
public string ResourcePath { get; set; }Property Value
Smooth
Gets or sets the skin smoothing strength, 0 (off) to 1 (full). Default is 0.
public double Smooth { get; set; }Property Value
Whiten
Gets or sets the skin whitening strength, 0 (off) to 1 (full). Default is 0.
public double Whiten { get; set; }