Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Enhancement » AutoAdjustColors
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Adjusts image colors by stretching each channel separately.
Syntax
C++
C#
void fil::AutoAdjustColors ( const fil::Image& inImage, fil::Image& outImage )
Parameters
Requirements
For input inImage only pixel formats are supported: 3⨯uint8, 3⨯int8, 3⨯uint16, 3⨯int16, 3⨯int32, 3⨯real.
Read more about pixel formats in Image documentation.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inImage pixel format in AutoAdjustColors. |