Navigation
API > API/Runtime > API/Runtime/ImageCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FLinearColor ERawImageFormat::GetOnePixelLinear
(
const void* PixelData, |
Get one pixel of Format type from PixelData and return in Linear color. | ImageCore.h | |
const FLinearColor ERawImageFormat::GetOnePixelLinear
(
const void* PixelData, |
Get one pixel of Format type from PixelData and return in Linear color. | ImageCore.h |
ERawImageFormat::GetOnePixelLinear(const void *, Type, EGammaSpace)
Description
Get one pixel of Format type from PixelData and return in Linear color.
| Name | ERawImageFormat::GetOnePixelLinear |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCore.cpp |
namespace ERawImageFormat
{
const FLinearColor ERawImageFormat::GetOnePixelLinear
(
const void * PixelData,
Type Format,
EGammaSpace Gamma
)
}
ERawImageFormat::GetOnePixelLinear(const void *, Type, bool)
Description
Get one pixel of Format type from PixelData and return in Linear color.
| Name | ERawImageFormat::GetOnePixelLinear |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
namespace ERawImageFormat
{
const FLinearColor ERawImageFormat::GetOnePixelLinear
(
const void * PixelData,
Type Format,
bool bSRGB
)
}