Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Graphics code snippets are code snippets for doing graphics.
Most VCL graphics code snippets can be found at the VCL graphics code snippets page.
: add colored noise

: perform ASCII art
: bleach an image (that is: make it whiter)
: convert a color struct to its RGB values
: convert a colored image to a grey image
: darkens an image (that is: make it blacker
: perform a filter operation ('convolution') on an image
: perform a histogram equalization
: draw a globe
: draw a globe with a minus on it
: draw a globe with a plus on it
: draw a lymphocyte
: draw text centered on image
: enhances the contrast of a grey image
: get a font's height
: get the greyness of one or more pixels
: get a histogram of an image's grey intensities
: get the color of one or more pixels
: make a screenshot and store it as a bitmap
: paint an image to a single color fast
: pixelate an image (that is: make it blockier)
: obtain a rainbow-like color gradient
: remove a color
: obtain an RGB gradient
: rotate an image
: set a pixel's greyness
: set a pixel's color
: draw a surfacePlot
: perform a threshold filter operation
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.