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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGBX8888:

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t x
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGBX8888
 

Detailed Description

Definition at line 214 of file ImageConversion.h.

Member Data Documentation

◆ b

uint8_t vtfpp::ImagePixel::RGBX8888::b

Definition at line 218 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 215 of file ImageConversion.h.

◆ g

uint8_t vtfpp::ImagePixel::RGBX8888::g

Definition at line 217 of file ImageConversion.h.

◆ r

uint8_t vtfpp::ImagePixel::RGBX8888::r

Definition at line 216 of file ImageConversion.h.

◆ x

uint8_t vtfpp::ImagePixel::RGBX8888::x

Definition at line 219 of file ImageConversion.h.


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