aboutsummaryrefslogtreecommitdiff
path: root/examples/textures/textures_image_generation.c
AgeCommit message (Collapse)Author
2019-05-27Review variables initializationRay
2019-05-20Review ALL examplesRay
2018-05-04Rectangle parameters changed to floatRay San
- Some examples tweaks - Reviewed ImageFormat() - Use float for text fontSize
2018-01-17Reviewed function GenImagePerlinNoise()Ray
Added support for noise image offset
2017-10-17Improved some examplesRay San
2017-07-02Review some formatting for consistencyraysan5
2017-06-28Removed an unwanted file and fixed an exampleWilhem Barbier
2017-06-28Add a density parameter to GenImageRadialGradientWilhem Barbier
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier
2017-06-28Add some functions to generate imagesWilhem Barbier
Namely: - GenImageHorizontalV - GenImageHorizontalH - GenImageChecked - GenImageWhiteNoise - GenImageCellular The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.