Making the UI transparent?Solved
Been trying to take ot the back ground imgae to make transparent. When i do it shows red question marks. Any help will be aprecciated Thanks
    "ActiveButtonColor": "#7F7F7FFF",
    "InactiveButtonColor": "#7F7F7FFF",
    "CloseButtonColor": "#7F7F7FFF",
    "NextPageButtonColor": "#7F7F7FFF",
    "PrevPageButtonColor": "#7F7F7FFF",
    "BackgroundColor": "#202020DF",
    "HelpButton": {
      "IsEnabled": false,
      "Text": "Help",
      "Position": {
        "MinX": 0.0,
        "MaxX": 0.05,
        "MinY": 0.1,
        "MaxY": 0.14
      },
      "Color": "#127127127255",
      "FontSize": 18
    },


Try that, specifically the BackgroundColor line.

that made it transparent but still looks like this when i take the images out.
"BackgroundImage": {
"Enabled": false,     <---------- do you have that set to false?
"Position": {
"MinX": 0.0,
"MaxX": 1.0,
"MinY": 0.0,
"MaxY": 1.0
},
"Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
"TransparencyInPercent": 90
},
"ActiveButtonColor": "#7F7F7FFF",
"InactiveButtonColor": "#7F7F7FFF",
"CloseButtonColor": "#7F7F7FFF",
"NextPageButtonColor": "#7F7F7FFF",
"PrevPageButtonColor": "#7F7F7FFF",
"BackgroundColor": "#202020DF",
"HelpButton": {
"IsEnabled": false,
"Text": "Help",
"Position": {
"MinX": 0.0,
"MaxX": 0.05,
"MinY": 0.1,
"MaxY": 0.14
},
"Color": "#127127127255",
"FontSize": 18
},
yes it is set to false



Merged post

Ive got it figured out Thanks for the help 
LoneWolfAU
anyway to make it darker?
Locked automatically