Lobsterpicker
Lobsterpicker copied to clipboard
Fixing bug where opacity slider doesn't update
When setting the color on the LobsterPicker with an attached opacity slider the opacity does not always update correctly. An example use case where it will not update and it should is:
- Set the lobster picker to a color with alpha either in code or by using it such as: 0xA0FF0000
- Set the lobster picker to a color with no alpha in code such as: 0xFFFF0000
- Notice that the alpha slider is still incorectly showing the old alpha value of A0