Yo, im trying to get the color of red, green and blue by byte - i have 3 labels lblRed, lblGreen, lblBlue, and 3 scrollbars.
i want to show the correct value in each label 0-255 and also scrollbar positions, hope this makes sense:
procedure TForm1.RetrieveCurrentSkinColors;
var
R,G,B: Byte...