Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SolidFill

Index

Constructors

constructor

Methods

getColor

  • Returns Color

    Color object

getDefaultHighlightStyle

  • getDefaultHighlightStyle(): this

setA

  • Parameters

    • alpha: number

    Returns SolidFill

    New SolidFill object

setB

  • Parameters

    • blue: number

    Returns SolidFill

    New SolidFill object

setColor

setG

  • Parameters

    • green: number

    Returns SolidFill

    New SolidFill object

setR

  • Parameters

    • red: number

    Returns SolidFill

    New SolidFill object

Static Record

  • Record(defaultValues: TProps, name: undefined | string): Factory<TProps>
  • Type parameters

    • TProps

    Parameters

    • defaultValues: TProps
    • Optional name: undefined | string

    Returns Factory<TProps>