Search Results for

    Show / Hide Table of Contents

    Struct DrawUtils.HLSColor

    Namespace: FastReport.Olap.Styling
    Assembly: FastReport.Olap.dll
    Syntax
    public struct HLSColor

    Constructors

    HLSColor(Color)

    Declaration
    public HLSColor(Color rgb)
    Parameters
    Type Name Description
    System.Drawing.Color rgb

    Fields

    hue

    Declaration
    public double hue
    Field Value
    Type Description
    System.Double

    luminosity

    Declaration
    public double luminosity
    Field Value
    Type Description
    System.Double

    saturation

    Declaration
    public double saturation
    Field Value
    Type Description
    System.Double

    Methods

    GetHighlightColor(Color, Double)

    Declaration
    public static Color GetHighlightColor(Color rgb, double luminosity)
    Parameters
    Type Name Description
    System.Drawing.Color rgb
    System.Double luminosity
    Returns
    Type Description
    System.Drawing.Color

    GetRGB()

    Declaration
    public Color GetRGB()
    Returns
    Type Description
    System.Drawing.Color
    Back to top © 1998-2024 Copyright Fast Reports Inc.