Show / Hide Table of Contents

    Class ColorExtensions

    Inheritance
    System.Object
    ColorExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public static class ColorExtensions

    Methods

    | Improve this Doc View Source

    ToSkia(Color, Single)

    Declaration
    public static SKColor ToSkia(this Color color, float layerOpacity = 1F)
    Parameters
    Type Name Description
    Color color
    System.Single layerOpacity
    Returns
    Type Description
    SkiaSharp.SKColor
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX