Color Pallet
Color Pallet
We only have a small color pallet of about 16 colors. Is there a way we can get a large color pallet, for it to stay in the background of 12d
-
- Posts: 1079
- Joined: Mon Nov 07, 2005 7:30 am
The number of displayed colours is controlled by the project defaults - to get to this panel go to Project > Management > Defaults
The number of colours displayed is on the System tab
Once you change it to your new number, hit "Set", then save your project - this number of displayed numbers will remain whenever you open your project.
If you "Write" the defaults.4d file out with this number of colours set, it can be loaded (using the same panel) into other existing projects, or if it is saved in your USER folder, it will be applied whenever you create a new project.
The number of colours displayed is on the System tab
Once you change it to your new number, hit "Set", then save your project - this number of displayed numbers will remain whenever you open your project.
If you "Write" the defaults.4d file out with this number of colours set, it can be loaded (using the same panel) into other existing projects, or if it is saved in your USER folder, it will be applied whenever you create a new project.
-
- 12d Support
- Posts: 2060
- Joined: Thu Sep 29, 2005 6:06 pm
-
- Posts: 419
- Joined: Mon Nov 24, 2008 3:12 pm
-
- Posts: 5711
- Joined: Tue Oct 04, 2005 12:50 pm
- Location: Brisbane
- Contact:
In V11 the installed default is 90 in $SET_UPS\defaults.4d, but other values are included as comments in this file, for convenience:
Note that these numbers are only based on the installed colours in $SET_UPS\colours.4d.
Code: Select all
//DEFAULT POPUP COLOURS 17 //Standard 12d colours ...
//DEFAULT POPUP COLOURS 21 //... plus shading colours ...
//DEFAULT POPUP COLOURS 30 //... plus pen colours ...
DEFAULT POPUP COLOURS 90 //... plus vis colours ...
//DEFAULT POPUP COLOURS 100 //... plus top 10 Acad colours ...
//DEFAULT POPUP COLOURS 322 //... plus graduated colours ...