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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGBA8888:

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t a
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGBA8888
 

Detailed Description

Definition at line 27 of file ImageConversion.h.

Member Data Documentation

◆ a

uint8_t vtfpp::ImagePixel::RGBA8888::a

Definition at line 32 of file ImageConversion.h.

◆ b

uint8_t vtfpp::ImagePixel::RGBA8888::b

Definition at line 31 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 28 of file ImageConversion.h.

◆ g

uint8_t vtfpp::ImagePixel::RGBA8888::g

Definition at line 30 of file ImageConversion.h.

◆ r

uint8_t vtfpp::ImagePixel::RGBA8888::r

Definition at line 29 of file ImageConversion.h.


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