For a head with RGB color controls, each of the RGB controls has its own independent component value. When each of those controls update, they use the most recent color parameter values updated by the server, not the values set by the other control components.
That means that adjusting two color controls will give the wrong color if the websocket does not update in between.