0.9.9 API documenation
Functions
gradient_paint.hpp File Reference

GLM_GTX_gradient_paint More...

Go to the source code of this file.

Functions

template<typename T , qualifier P>
GLM_FUNC_DECL T linearGradient (vec< 2, T, P > const &Point0, vec< 2, T, P > const &Point1, vec< 2, T, P > const &Position)
 Return a color from a linear gradient. More...
 
template<typename T , qualifier P>
GLM_FUNC_DECL T radialGradient (vec< 2, T, P > const &Center, T const &Radius, vec< 2, T, P > const &Focal, vec< 2, T, P > const &Position)
 Return a color from a radial gradient. More...
 

Detailed Description

GLM_GTX_gradient_paint

See also
GLM Core (dependence)
GLM_GTX_optimum_pow (dependence)

Definition in file gradient_paint.hpp.