UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ColorGradingCommon.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "HAL/Platform.h"
7
8namespace UE::ColorGrading
9{
10
13
16{
17 Red,
18 Green,
19 Blue,
20 Hue,
22 Value,
24};
25
28{
31
33 Offset
34};
35
38{
39 RGB,
40 HSV
41};
42
45{
48 Gamma,
49 Gain,
50 Offset,
52};
53
54} //namespace
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DELEGATE_RetVal_OneParam(ReturnValueType, DelegateName, Param1Type)
Definition DelegateCombinations.h:54
Definition ColorGradingUtil.cpp:7
EColorGradingComponent
Definition ColorGradingCommon.h:16
EColorGradingColorDisplayMode
Definition ColorGradingCommon.h:38
EColorGradingModes
Definition ColorGradingCommon.h:45
EColorGradingWheelType
Definition ColorGradingCommon.h:28