FunctionsColorPickerGetCoordinatesColorPickerGetCoordinates CallableColorPickerGetCoordinates(Event: MouseEvent | TouchEvent): { X: number; Y: number }Gets the coordinates of the current event on the canvasParametersEvent: MouseEvent | TouchEventThe touch/mouse eventReturns { X: number; Y: number }Coordinates of the click/touch event on the canvasX: numberY: number
Gets the coordinates of the current event on the canvas