|  | 
| Functions | |
| template<typename valType > | |
| valType | linearGradient (detail::tvec2< valType > const &Point0, detail::tvec2< valType > const &Point1, detail::tvec2< valType > const &Position) | 
| template<typename valType > | |
| valType | radialGradient (detail::tvec2< valType > const &Center, valType const &Radius, detail::tvec2< valType > const &Focal, detail::tvec2< valType > const &Position) | 
Functions that return the color of procedural gradient for specific coordinates.
<glm/gtx/gradient_paint.hpp> need to be included to use these functionalities.
| valType glm::linearGradient | ( | detail::tvec2< valType > const & | Point0, | 
| detail::tvec2< valType > const & | Point1, | ||
| detail::tvec2< valType > const & | Position | ||
| ) | 
Return a color from a linear gradient.
| valType glm::radialGradient | ( | detail::tvec2< valType > const & | Center, | 
| valType const & | Radius, | ||
| detail::tvec2< valType > const & | Focal, | ||
| detail::tvec2< valType > const & | Position | ||
| ) | 
Return a color from a radial gradient.
 1.8.2
 1.8.2