Struct SKHighContrastConfig
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKHighContrastConfig
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKHighContrastConfig(bool, SKHighContrastConfigInvertStyle, float)
public SKHighContrastConfig(bool grayscale, SKHighContrastConfigInvertStyle invertStyle, float contrast)
Parameters
grayscale bool
invertStyle SKHighContrastConfigInvertStyle
contrast float
Properties
Contrast
public float Contrast { get; }
Property Value
Default
public static SKHighContrastConfig Default { get; }
Property Value
Grayscale
public bool Grayscale { get; }
Property Value
InvertStyle
public SKHighContrastConfigInvertStyle InvertStyle { get; }
Property Value
SKHighContrastConfigInvertStyle
IsValid
public bool IsValid { get; }