Search Results for

    Show / Hide Table of Contents

    Class ColorExtensions

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

    Methods

    | Edit this page View Source

    ToSkia(Color, float)

    Declaration
    public static SKColor ToSkia(this Color color, float layerOpacity = 1)
    Parameters
    Type Name Description
    Color color
    float layerOpacity
    Returns
    Type Description
    SKColor
    | Edit this page View Source

    ToSkia(Color?, float)

    Declaration
    public static SKColor ToSkia(this Color? color, float layerOpacity = 1)
    Parameters
    Type Name Description
    Color? color
    float layerOpacity
    Returns
    Type Description
    SKColor
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX