======Get_ColorPreset====== Read the list of all available color schemes. ===Parameter=== * //none// ====JSON-Source==== ===Command=== { "Get_ColorPresets":{} } ===Result (Example)=== { "Result":{ "command":"Get_ColorPresets", "status":"success", "values":[ { "ColorPresetId":121187463, "ColorPresetName":"Default" }, { "ColorPresetId":118969621, "ColorPresetName":"DefaultDark" } ] } }