Table of Contents

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 GPUPixelBeautySettings

Inheritance

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

double

EyeZoom

Gets or sets the eye enlarge strength, 0 to 1. No-op without a face detector.

public double EyeZoom { get; set; }

Property Value

double

FaceSlim

Gets or sets the face slimming strength, 0 to 1. No-op without a face detector.

public double FaceSlim { get; set; }

Property Value

double

Lipstick

Gets or sets the lipstick blend, 0 to 1. No-op without a face detector.

public double Lipstick { get; set; }

Property Value

double

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

string

Smooth

Gets or sets the skin smoothing strength, 0 (off) to 1 (full). Default is 0.

public double Smooth { get; set; }

Property Value

double

Whiten

Gets or sets the skin whitening strength, 0 (off) to 1 (full). Default is 0.

public double Whiten { get; set; }

Property Value

double