Opacity setting changes background color

Hi,

I’m generating an image that has a sphere with the “Texture Map to Sphere” filter applied. When I change the opacity of the texture map, the background of the image also changes colors while the Pipeline Browser shows that it hasn’t changed colors.

The image below shows an opacity of 1.

In this image the opacity of the texture map is 0.5.

Is there a way to maintain the color of the background while changing opacity? This is using Paraview 5.7.0.

Thanks,
Scott

I do not reproduce.

After some more digging, I’ve found that it depends on the data representation. If I render my dataset as a surface, then the background does not change with the opacity of the texture map. If the dataset is rendered as a volume, then the background does change with the opacity of the texture map.

Can you give a step by step reproduction procedure ?

In my case this is what I’m doing. I can upload my data file if it would help.

  1. Open dataset. (I’m loading data from an HDF file using an XDMF file)

  2. Apply a threshold filter to the dataset.

  3. Change representation of threshold to “Volume.”

  4. Add a “Sphere” filter.

  5. Apply a “Texture Map to Sphere” filter.

  6. Change the opacity of the texture map under the “Styling” section.

More specifically, I can see now that the texture map is not necessary. The background is changing if the threshold filter is rendered as a volume and the opacity of the sphere is changed.

I reproduce :

  • Open ParaView
  • UnstructuredCellType, Apply, Volume representation
  • Sphere, Apply, Opacity 0.9
  • Background changes

Please open an issue on our gitlab if possible, thank you.

https://gitlab.kitware.com/paraview/paraview/issues/19425