Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FDXTColor16 Struct Reference

#include <Color.h>

+ Collaboration diagram for FDXTColor16:

Public Attributes

union { 
 
   FDXTColor565   Color565 
 
   uint16   Value 
 
};  
 

Detailed Description

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

Definition at line 561 of file Color.h.

Member Data Documentation

◆ [union]

union { ... } FDXTColor16

◆ Color565

FDXTColor565 FDXTColor16::Color565

565 Color

Definition at line 566 of file Color.h.

◆ Value

uint16 FDXTColor16::Value

16 bit entity representation for easy access.

Definition at line 568 of file Color.h.


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