I’m trying to match a colour. On my Mac the Digital Color Meter tells me it is (137, 255, 146). I then enter that in Cabbage for my Widget:
rslider bounds(296, 162, 100, 100), channel("gain"), range(0, 1, 0, 1, .01), text("Gain"), trackerColour(137,255,146), outlineColour(0, 0, 0, 50), textColour("black")
When I use Digital Color Meter on the Cabbage window, it tells me the colour is: (104, 232, 100).
I do not understand what is going on. Why does (137, 255, 146) become (104, 232, 100)? How can I compensate for this?