ImageAttributes::SetNoOp Method (ColorAdjustType)
.NET Framework (current version)
Turns off color adjustment for a specified category. You can call the ClearNoOp method to reinstate the color-adjustment settings that were in place before the call to the SetNoOp method.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- type
-
Type:
System.Drawing.Imaging::ColorAdjustType
An element of ColorAdjustType that specifies the category for which color correction is turned off.
An ImageAttributes object maintains color and grayscale settings for five adjustment categories: default, bitmap, brush, pen, and text. For example, you can specify a gamma value for the default category, a different gamma value for the bitmap category, and still a different gamma value for the pen category.
.NET Framework
Available since 1.1
Available since 1.1
Show: