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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGB888:

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGB888
 

Detailed Description

Definition at line 43 of file ImageConversion.h.

Member Data Documentation

◆ b

uint8_t vtfpp::ImagePixel::RGB888::b

Definition at line 47 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 44 of file ImageConversion.h.

◆ g

uint8_t vtfpp::ImagePixel::RGB888::g

Definition at line 46 of file ImageConversion.h.

◆ r

uint8_t vtfpp::ImagePixel::RGB888::r

Definition at line 45 of file ImageConversion.h.


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