White background in 2.5D

edited July 28 in KLayout Support

Hi,

Is there a command or better a key (or a button) to switch the background of the 2.5D view from black to white, and vice-versa ?
Depending on the layers colors, or for a screen shot, it would be very useful.

Thanks, BRgds,
Laurent

Comments

  • Hi Laurent,

    the 2.5 view color follows the background color of the layout view:

    You can temporarily change the background color of the view to white using this Python single-liner:

    pya.LayoutView.current().set_config("background-color", "#ffffff")
    

    Replace "#ffffff" by "#000000" to reset it back to black.

    Best regards,

    Matthias

Sign In or Register to comment.