Skip to main content

ItemColorClickDefault

Callable

  • ItemColorClickDefault(x, y, width, shape): void

  • Click handler for the item color UI when it's in default mode


    Parameters

    • x: number

      The x-coordinate at which the default UI was drawn

    • y: number

      The y-coordinate at which the default UI was drawn

    • width: number

      The width with which the default UI was drawn

    • shape: readonly [number, number, number, number]

      The shape of the color picker

    Returns void

    • Nothing