ConvertConfig.SetBlackLevel Method
Definition
Namespace: P1.ImageSdk
Set the black level. This is a color that is regarded as black as in the level tool of most image editors
public ConvertConfig SetBlackLevel(float r, float g, float b);
Parameters:
r |
is a value between 0 and 1.0. Default is 0.0 |
g |
is a value between 0 and 1.0. Default is 0.0 |
b |
is a value between 0 and 1.0. Default is 0.0 |
Returns: