Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi folks,
I want to get the editor viewport colours, so I can colour things using the same as the viewport. I'm guessing this is in the preferences.
E.g. how do I get the viewport background colour? How about the grid and world axis colours? Selected point colours... etc.
WP.
@WickedP
see
GetViewColor(VIEWCOLOR_C4DBACKGROUND);
From there you can find the other viewcolors you need.
Thanks @C4DS, that's what I'm after!