FColorAdjustmentParameters

Color adjustment parameters.

Windows
MacOS
Linux

References

Module

TextureCompressor

Header

/Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h

Include

#include "TextureCompressorModule.h"

Syntax

struct FColorAdjustmentParameters

Remarks

Color adjustment parameters.

Variables

Name Description

Public variable

float

 

AdjustBrightness

Brightness adjustment (scales HSV value)

Public variable

float

 

AdjustBrightnessCurve

Curve adjustment (raises HSV value to the specified power)

Public variable

float

 

AdjustHue

Hue adjustment (offsets HSV hue by value in degrees)

Public variable

float

 

AdjustMaxAlpha

Remaps the alpha to the specified min/max range (Non-destructive; Requires texture source art to be available.)

Public variable

float

 

AdjustMinAlpha

Remaps the alpha to the specified min/max range (Non-destructive; Requires texture source art to be available.)

Public variable

float

 

AdjustRGBCurve

RGB curve adjustment (raises linear-space RGB color to the specified power)

Public variable

float

 

AdjustSaturation

Saturation adjustment (scales HSV saturation)

Public variable

float

 

AdjustVibrance

"Vibrance" adjustment (HSV saturation algorithm adjustment)

Constructors

Name Description

Public function

FColorAdjustmentParameters()

Constructor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss