FlukyEngine
Namespaces | Functions
gradient_paint.hpp File Reference

GLM_GTX_gradient_paint More...

#include "../glm.hpp"
#include "../gtx/optimum_pow.hpp"
#include "gradient_paint.inl"
Include dependency graph for gradient_paint.hpp:

Go to the source code of this file.

Namespaces

 glm
 Core features
 

Functions

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

Detailed Description

GLM_GTX_gradient_paint

See also
Core features (dependence)
GLM_GTX_optimum_pow (dependence)