Skip to main content

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

float

Default

public static SKHighContrastConfig Default { get; }

Property Value

SKHighContrastConfig

Grayscale

public bool Grayscale { get; }

Property Value

bool

InvertStyle

public SKHighContrastConfigInvertStyle InvertStyle { get; }

Property Value

SKHighContrastConfigInvertStyle

IsValid

public bool IsValid { get; }

Property Value

bool