IsisCustomBrightnessContrast Constructor |
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
)
Public Sub New (
red As Integer,
green As Integer,
blue As Integer
)
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