Flow Visualisation
GLM_GTX_gradient_paint

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...

Collaboration diagram for GLM_GTX_gradient_paint:

Functions

template<typename valType >
valType glm::radialGradient (detail::tvec2< valType > const &Center, valType const &Radius, detail::tvec2< valType > const &Focal, detail::tvec2< valType > const &Position)
 
template<typename valType >
valType glm::linearGradient (detail::tvec2< valType > const &Point0, detail::tvec2< valType > const &Point1, detail::tvec2< valType > const &Position)
 

Detailed Description

Functions that return the color of procedural gradient for specific coordinates. <glm/gtx/gradient_paint.hpp> need to be included to use these functionalities.

Function Documentation

template<typename valType >
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.

See also
- GLM_GTX_gradient_paint
template<typename valType >
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.

See also
- GLM_GTX_gradient_paint