Navigation
API > API/Runtime > API/Runtime/ImageCore
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageParallelFor.cpp |
namespace FImageCore
{
void FImageCore::ComputeChannelLinearMinMax
(
const FImageView & InImage,
FLinearColor & OutMin,
FLinearColor & OutMax
)
}
Remarks
Compute the min/max of each channel to get value ranges Colors are converted to float Linear Gamma
Parameters
| Name | Description |
|---|---|
| InImage | The image to scan |
| OutMin | filled with the minimum of the color channels |
| OutMax | filled with the maximum of the color channels |