MRaster examples 21.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
mandelbrot_binary.cpp File Reference

This program draws a Mandelbrot the binary method. More...

Go to the source code of this file.

Detailed Description

This program draws a Mandelbrot the binary method.

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

We use the "binary" method with a twist.

  • bin: The traditional binary method
  • gray: Shaded by the argument
  • quad: Like the traditional method, but different colors for each quadrant

This example demonstrates how to use some of the types defined in the ramCanvas object (integer coordinates, double coordinates, color, and color channel)

Definition in file mandelbrot_binary.cpp.