Permalink
Fetching contributors…
Cannot retrieve contributors at this time
62 lines (50 sloc) 2.72 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Recoloring Images
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
images [Windows Forms], recoloring
recoloring images
examples [Windows Forms], recoloring images
f28c54fd-9c80-4f6f-b242-55f7ffcda84b
11
dotnet-bot
dotnetcontent
wpickett

Recoloring Images

Recoloring is the process of adjusting image colors. Some examples of recoloring are changing one color to another, adjusting a color's intensity relative to another color, adjusting the brightness or contrast of all colors, and converting colors to shades of gray.

In This Section

How to: Use a Color Matrix to Transform a Single Color
Discusses using a color matrix to transform a color.

How to: Translate Image Colors
Shows how to translate colors using a color matrix.

Using Transformations to Scale Colors
Explains how to scale colors using a color matrix.

How to: Rotate Colors
Describes how to rotate a color using a color matrix.

How to: Shear Colors
Defines shearing and explains how to shear colors using a color matrix.

How to: Use a Color Remap Table
Defines remapping and shows how to use a color remap table.

Reference

xref:System.Drawing.Imaging.ColorMatrix
Describes this class and contains links to all of its members.

xref:System.Drawing.Imaging.ColorMap
Describes this class and contains links to all of its members.

Related Sections

Images, Bitmaps, and Metafiles
Provides a list of topics regarding the different types of images.

Working with Images, Bitmaps, Icons, and Metafiles
Contains a list of topics that show how to use different types of images.

Using Managed Graphics Classes
Contains a list of topics describing how to use managed graphics classes.