 | IBitmapImageThresholdCeiling Method |
Brightness values above specified limit are forced to 100% (white).
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage ThresholdCeiling(
float thresholdPc
)
Parameters
- thresholdPc
- Type: SystemSingle
Brightness as percentage. 0 is black, 100 is white.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
Exceptions
See Also