Updating ZERGBA widget color via REST API

Hi,

Can I ask you for the correct syntax of color update in the ZERGBA plugin via REST API?

Best wishes :wink:

Are you using the ZeRGBa widget in Split or Merge modes?

Pete.

In my projects I uses merge mode.

This should work:

server/auth/update/Vpin?value=255&value=255&value=255

Pete.

1 Like

Okay, thanks. All works fine. Problem solved.

1 Like

Hi Pete,
How about in split mode.
Is there a way to do it?

Yes, with three separate API calls one after another.

Pete.