LYGIA Shader Library

gems (lygia/v1.1.6/color/palette/spectral/gems)

from GPU Gems https://developer.nvidia.com/sites/all/modules/custom/gpugems/books/GPUGems/gpugems_ch08.html (https://www.shadertoy.com/view/ls2Bz1)

Dependencies:

Use:

<vec3> spectral_gems(<float> x)

Check it on Github



#ifndef FNC_SPECTRAL_GEMS
#define FNC_SPECTRAL_GEMS
vec3 spectral_gems (float x) {
    return bump(vec3(   4. * (x - 0.75),    // Red
                        4. * (x - 0.5),     // Green
                        4. * (x - 0.25)     // Blue
                    ) );
}
#endif

Dependencies:

Use:

<float3> spectral_gems(<float> x)

Check it on Github



#ifndef FNC_SPECTRAL_GEMS
#define FNC_SPECTRAL_GEMS
float3 spectral_gems (float x) {
    return bump(float3(   4. * (x - 0.75),  // Red
                        4. * (x - 0.5),     // Green
                        4. * (x - 0.25)     // Blue
                    ) );
}
#endif

Examples

LYGIA is dual-licensed under the Prosperity License and the Patron License for sponsors and contributors.

Sponsors and contributors are automatically added to the Patron License and they can ignore the any non-commercial rule of the Prosperity Licensed software (please take a look to the exception).

It's also possible to get a permanent comercial license hook to a single and specific version of LYGIA.

Get the latest news and releases

Sign up for the news letter bellow, joing the LYGIA's channel on Discord or follow the Github repository