Ark Server API (ASE) - 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 545 of file Color.h.

Member Data Documentation

◆ B

uint16 FDXTColor565::B

Blue component, 5 bit.

Definition at line 548 of file Color.h.

◆ G

uint16 FDXTColor565::G

Green component, 6 bit.

Definition at line 551 of file Color.h.

◆ R

uint16 FDXTColor565::R

Red component, 5 bit

Definition at line 554 of file Color.h.


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