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