Hierarchy

  • default
    • IColor

Implemented by

Properties

_nativeObject: any

Get/sets the direction of the gradient image.

Accessors

  • get nativeObject(): any
  • Returns any

  • set nativeObject(value: any): void
  • Parameters

    • value: any

    Returns void

Methods

  • Executed before constuctor and after createNativeObject. Use this when you have default values which needs to be set before constructor.

    Parameters

    • Optional params: Partial<Record<string, any>>

    Returns void

  • Executed before everything. This should return nativeObject since it will be assinged directly to nativeObject.

    Parameters

    • Optional params: Partial<Record<string, any>>

    Returns any

  • Gets the red value of the color

    Returns number

  • Gets the green value of the color

    Returns number

  • Gets the blue value of the color

    Returns number

  • Gets the alpha value of the color

    Returns number

Generated using TypeDoc