Lost Ark SDK  1.148.153.0
SDK::FColor Struct Reference

#include <LA_Core_structs.hpp>

Collaboration diagram for SDK::FColor:

Public Member Functions

 FColor ()
 
 FColor (uint8_t r, uint8_t g, uint8_t b, uint8_t a)
 

Public Attributes

unsigned char B
 
unsigned char G
 
unsigned char R
 
unsigned char A
 

Constructor & Destructor Documentation

◆ FColor() [1/2]

SDK::FColor::FColor ( )
inline

◆ FColor() [2/2]

SDK::FColor::FColor ( uint8_t  r,
uint8_t  g,
uint8_t  b,
uint8_t  a 
)
inline

Member Data Documentation

◆ A

unsigned char SDK::FColor::A

◆ B

unsigned char SDK::FColor::B

◆ G

unsigned char SDK::FColor::G

◆ R

unsigned char SDK::FColor::R

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