You can also set the colors that you want for normal, focus and pressed states, even at runtime!:
- Code: Select all Expand view
SetSkinButtonsColors( 1, { { 0.33, nRGB( 167, 73, 169 ), nRGB( 253, 157, 165 ) }, ;
{ 0.33, nRGB( 253, 157, 165 ), nRGB( 167, 73, 169 ) } },;
nRGB( 153, 43, 153 ), nRGB( 213, 102, 213 ) )
SkinButtons()