Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FDXTColor565 Struct Reference

#include <Color.h>

Public Attributes

uint16 B:5
 
uint16 G:6
 
uint16 R:5
 

Detailed Description

Helper struct for a 16 bit 565 color of a DXT1/3/5 block.

Definition at line 923 of file Color.h.

Member Data Documentation

◆ B

uint16 FDXTColor565::B

Blue component, 5 bit.

Definition at line 926 of file Color.h.

◆ G

uint16 FDXTColor565::G

Green component, 6 bit.

Definition at line 929 of file Color.h.

◆ R

uint16 FDXTColor565::R

Red component, 5 bit

Definition at line 932 of file Color.h.


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