Change texeture's transparent?

Hi,
i have a small question.

i using background texture. and it works good.

const loader = new THREE.TextureLoader();
three.scene.background = loader.load('3dmodels/galaxy.jpg');

anyway,
Can I change the transparent value of the background texture?

thank you…!:sweat_smile:

No, there is no opacity setting for backgrounds. They are always opaque.

oh thank you
It was helpful !!