Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FFixedRGBASigned8 Class Reference

#include <PackedVector.h>

Public Member Functions

 FFixedRGBASigned8 ()
 
 FFixedRGBASigned8 (const FLinearColor &Src)
 
FLinearColor ToLinearColor () const
 

Public Attributes

union { 
 
   struct { 
 
      int8   R 
 
      int8   G 
 
      int8   B 
 
      int8   A 
 
   }  
 
   uint32   Packed 
 
};  
 

Detailed Description

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

Definition at line 273 of file PackedVector.h.

Constructor & Destructor Documentation

◆ FFixedRGBASigned8() [1/2]

FFixedRGBASigned8::FFixedRGBASigned8 ( )
inline

Definition at line 288 of file PackedVector.h.

◆ FFixedRGBASigned8() [2/2]

FFixedRGBASigned8::FFixedRGBASigned8 ( const FLinearColor & Src)
inlineexplicit

Definition at line 295 of file PackedVector.h.

Member Function Documentation

◆ ToLinearColor()

FLinearColor FFixedRGBASigned8::ToLinearColor ( ) const
inline

Definition at line 304 of file PackedVector.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ [union]

union { ... } FFixedRGBASigned8

◆ A

int8 FFixedRGBASigned8::A

Definition at line 283 of file PackedVector.h.

◆ B

int8 FFixedRGBASigned8::B

Definition at line 282 of file PackedVector.h.

◆ G

int8 FFixedRGBASigned8::G

Definition at line 281 of file PackedVector.h.

◆ Packed

uint32 FFixedRGBASigned8::Packed

Definition at line 285 of file PackedVector.h.

◆ R

int8 FFixedRGBASigned8::R

Definition at line 280 of file PackedVector.h.


The documentation for this class was generated from the following file: