SetNoOp

ImageAttributes.SetNoOp method (1 of 2)

Turns off color adjustment for the default category.

public void SetNoOp()

See Also


ImageAttributes.SetNoOp method (2 of 2)

Turns off color adjustment for a specified category.

public void SetNoOp(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which color correction is turned off.

See Also