Navigation
API > API/Plugins > API/Plugins/OpenColorIO > API/Plugins/OpenColorIO/UOpenColorIOConfiguration
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TransformImage
(
const FOpenColorIOColorConversionSettings& InSettings, |
Apply the color transform in-place to the specified image. | OpenColorIOConfiguration.h | |
bool TransformImage
(
const FOpenColorIOColorConversionSettings& InSettings, |
Apply the color transform from the source image to the destination image. | OpenColorIOConfiguration.h |
TransformImage(const FOpenColorIOColorConversionSettings &, const FImageView &)
Description
Apply the color transform in-place to the specified image.
| Name | TransformImage |
| Type | function |
| Header File | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOConfiguration.h |
| Include Path | #include "OpenColorIOConfiguration.h" |
| Source | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Private/OpenColorIOConfiguration.cpp |
bool TransformImage
(
const FOpenColorIOColorConversionSettings & InSettings,
const FImageView & InOutImage
) const
TransformImage(const FOpenColorIOColorConversionSettings &, const FImageView &, const FImageView &)
Description
Apply the color transform from the source image to the destination image. (The destination FImageView is const but what it points at is not.)
| Name | TransformImage |
| Type | function |
| Header File | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOConfiguration.h |
| Include Path | #include "OpenColorIOConfiguration.h" |
| Source | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Private/OpenColorIOConfiguration.cpp |
bool TransformImage
(
const FOpenColorIOColorConversionSettings & InSettings,
const FImageView & SrcImage,
const FImageView & DestImage
) const