menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorHelpers - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorHelpers

    Inheritance
    System.Object
    ColorHelpers
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public static class ColorHelpers : Object

    Methods

    FromHSL(Double, Double, Double)

    Declaration
    public static Color FromHSL(double h, double s, double l)
    Parameters
    Type Name Description
    System.Double h
    System.Double s
    System.Double l
    Returns
    Type
    Microsoft.Maui.Graphics.Color

    ToHSL(Color, out Double, out Double, out Double)

    Declaration
    public static void ToHSL(Color color, out double h, out double s, out double l)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.Color color
    System.Double h
    System.Double s
    System.Double l
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved