FFixedRGBASigned8

4 component vector corresponding to PF_R8G8B8A8_SNORM.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/PackedVector.h

Include

#include "Math/PackedVector.h"

Syntax

class FFixedRGBASigned8

Remarks

4 component vector corresponding to PF_R8G8B8A8_SNORM. This differs from FColor which is BGRA.

Variables

Name Description

Public variable

union FFixedRGB...

 

@245

Public variable

int8

 

A

Public variable

int8

 

B

Public variable

int8

 

G

Public variable

uint32

 

Packed

Public variable

int8

 

R

Constructors

Name Description

Public function

FFixedRGBASigned8()

Public function

FFixedRGBASigned8

(
    const FLinearColor& Src
)

Functions

Name Description

Public function Const

FLinearColor

 

ToLinearColor()

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