Page 1 of 1

[SOLVED] How to change the Emission Color?

Posted: Tue Feb 25, 2020 3:11 pm
by Chimera
Is there a way to manually change the Emission Color of a material? Currently I linked the Emission to the "Black Body Emission", but I have a hard time to nail the color I would like to have only with the Temperatur value. Is there a color picker node for that? Or how should I proceed if I would like, for example to create a "Green" Emissive color?

Re: How to change the Emission Color?

Posted: Tue Feb 25, 2020 10:06 pm
by ChrisH
The Black Body Emission is used to emulate things like tungsten lamps etc, it only emits "warm white" to "cold white" light (depending on the temperatur in Kelvin, lower temperature = warmer/redder light, higher colder/bluer light, daylight is about 5500K - 6500K).

If you want to have a specific color on the light (like green) you have to use the Texture Emission, and then connect a RGBSpectrum (or Gaussian Spectrum, or any appropriate texture) to the Texture input.
RGBEmission.png

Re: How to change the Emission Color?

Posted: Tue Feb 25, 2020 10:09 pm
by protovu
Thank you for the explanation, Chris.

Re: How to change the Emission Color?

Posted: Wed Feb 26, 2020 8:40 am
by Chimera
Nice! Thx Chris!