SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vtfpp::ImagePixel::UVWQ8888 Struct Reference

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::UVWQ8888:

Public Attributes

uint8_t u
 
uint8_t v
 
uint8_t w
 
uint8_t q
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::UVWQ8888
 

Detailed Description

Definition at line 150 of file ImageConversion.h.

Member Data Documentation

◆ FORMAT

constexpr auto vtfpp::ImagePixel::UVWQ8888::FORMAT = ImageFormat::UVWQ8888
staticconstexpr

Definition at line 151 of file ImageConversion.h.

◆ q

uint8_t vtfpp::ImagePixel::UVWQ8888::q

Definition at line 155 of file ImageConversion.h.

◆ u

uint8_t vtfpp::ImagePixel::UVWQ8888::u

Definition at line 152 of file ImageConversion.h.

◆ v

uint8_t vtfpp::ImagePixel::UVWQ8888::v

Definition at line 153 of file ImageConversion.h.

◆ w

uint8_t vtfpp::ImagePixel::UVWQ8888::w

Definition at line 154 of file ImageConversion.h.


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