Loading [MathJax]/extensions/tex2jax.js
MRaster examples 22.0.0.0
Image Processing Library
All Files Functions Pages
demo_colorizer.cpp File Reference

Draw a mandelbrot set using colorizeCanvas. More...

Go to the source code of this file.

Detailed Description

Draw a mandelbrot set using colorizeCanvas.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
Details

Function visualization is one of the most popular applications for MRaster users – especially fractals. MRaster has a few tools to make this kind of thing super simple. This program demonstrates one of the colorize*Canvas functions. These functions take a "color function" as an argument, and use that function to fill a canvas.

Definition in file demo_colorizer.cpp.