• Derma Skin Colors
    0 replies, posted
Would there be any reason that SKIN.col*name* variables in skins do nothing for me? For example, I can change all of these: [CODE] SKIN.colPropertySheet = Color( 255, 0, 0, 255 ) SKIN.colTab = SKIN.colPropertySheet SKIN.colTabInactive = Color( 255, 0, 0, 255 ) SKIN.colTabShadow = Color( 255, 0, 0, 255 ) SKIN.colTabText = Color( 255, 0, 0, 255 ) SKIN.colTabTextInactive = Color( 255, 0, 0, 255 ) SKIN.fontTab = "DermaDefault" SKIN.colCollapsibleCategory = Color( 255, 255, 255, 20 ) SKIN.colCategoryText = Color( 255, 255, 255, 255 ) SKIN.colCategoryTextInactive = Color( 200, 200, 200, 255 ) SKIN.fontCategoryHeader [/CODE] to 255, 0, 0, 255. But nothing will change, nothing is red, they all look the same. Any ideas? I probably missed a step somewhere. And yes, I am using Panel:SetSkin().
Sorry, you need to Log In to post a reply to this thread.