Skip to content

WIP: Change the default AlphaBitPlanes from 0 to 8 in vtkRenderWindow.

In Windows and OS-X when taking a screen shot using the WindowToImage filter, the alpha bit planes are set by default.

This is not the case in Linux.

This change sets the default AlphaBitPlanes value to 8 thereby ensuring the same behavior as in Windows and OS-X.

Merge request reports