This class helps in converting a string to a color.

Hierarchy

  • StiColor

Index

Methods

Methods

Static get

  • get(color: string): Color
  • Translates a HTML color representation to a GDI+ Stimulsoft.System.Drawing.Color structure.

    Parameters

    • color: string

    Returns Color

Static get2

  • get2(...colors: string[]): Color[]
  • Translates an array with HTML colors representation to a GDI+ Stimulsoft.System.Drawing.Color structure.

    Parameters

    • Rest ...colors: string[]

    Returns Color[]

Generated using TypeDoc