Class Discriminator

Methods for evaluating if objects implement various interfaces.

Constructors

Methods

Constructors

Methods

  • Determines if the given object is a PaletteColor (i.e. implements the PaletteColor interface).

    Parameters

    • object: any

    Returns object is PaletteColor

    true if the given object implements the PaletteColor interface, false if it does not.