Click or drag to resize

IsisCustomBrightnessContrast Constructor

Constructs IsisCustomBrightnessContrast object.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisCustomBrightnessContrast(
	int red,
	int green,
	int blue
)

Parameters

red
Type: SystemInt32
Red level value, should be between 0 and 255.
green
Type: SystemInt32
Green level value, should be between 0 and 255.
blue
Type: SystemInt32
Blue level value, should be between 0 and 255.
See Also