Post Reply 
Background color in 3D Graph Window
12-24-2023, 01:43 PM
Post: #4
RE: Background color in 3D Graph Window
Thank you Tyann, yes this works. There is actually a 4th parameter for RGB() that should set the alpha value, but that did not work for me.

Now this should give a clean white background in Graph3D:

PHP Code:
EXPORT setplotbg()
BEGIN
DIMGROB
(G1,1,1,RGB(255,255,255));
AFiles("bg.png"):=G1;
ImageName:="bg.png";
ImageDisplay:=2;
ImageOpacity:=100;
END

ReinXXL, can you try and let us know if this worked for you?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Background color in 3D Graph Window - goetz - 12-24-2023 01:43 PM



User(s) browsing this thread: 1 Guest(s)