mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add Icon Composer icons to the Projucer, DemoRunner and AudioPluginHost
This commit is contained in:
parent
07120c2f4e
commit
d252e8ced5
39 changed files with 645 additions and 8 deletions
50
examples/DemoRunner/Source/AppIcon.icon/icon.json
Normal file
50
examples/DemoRunner/Source/AppIcon.icon/icon.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"fill" : "system-light",
|
||||
"groups" : [
|
||||
{
|
||||
"blur-material" : 0.5,
|
||||
"hidden" : false,
|
||||
"layers" : [
|
||||
{
|
||||
"glass" : true,
|
||||
"hidden" : false,
|
||||
"image-name" : "demorunnerplay.svg",
|
||||
"name" : "demorunnerplay",
|
||||
"opacity" : 1
|
||||
}
|
||||
],
|
||||
"opacity" : 1,
|
||||
"shadow" : {
|
||||
"kind" : "neutral",
|
||||
"opacity" : 0.5
|
||||
},
|
||||
"specular" : true,
|
||||
"translucency" : {
|
||||
"enabled" : true,
|
||||
"value" : 0.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"blur-material" : null,
|
||||
"layers" : [
|
||||
{
|
||||
"hidden" : false,
|
||||
"image-name" : "demorunnerbg.svg",
|
||||
"name" : "demorunnerbg"
|
||||
}
|
||||
],
|
||||
"shadow" : {
|
||||
"kind" : "neutral",
|
||||
"opacity" : 0.5
|
||||
},
|
||||
"specular" : true,
|
||||
"translucency" : {
|
||||
"enabled" : false,
|
||||
"value" : 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"supported-platforms" : {
|
||||
"squares" : "shared"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue