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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::BGRA8888:

Public Attributes

uint8_t b
 
uint8_t g
 
uint8_t r
 
uint8_t a
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::BGRA8888
 

Detailed Description

Definition at line 97 of file ImageConversion.h.

Member Data Documentation

◆ a

uint8_t vtfpp::ImagePixel::BGRA8888::a

Definition at line 102 of file ImageConversion.h.

◆ b

uint8_t vtfpp::ImagePixel::BGRA8888::b

Definition at line 99 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 98 of file ImageConversion.h.

◆ g

uint8_t vtfpp::ImagePixel::BGRA8888::g

Definition at line 100 of file ImageConversion.h.

◆ r

uint8_t vtfpp::ImagePixel::BGRA8888::r

Definition at line 101 of file ImageConversion.h.


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