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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::BGRA4444:

Public Attributes

uint16_t b: 4
 
uint16_t g: 4
 
uint16_t r: 4
 
uint16_t a: 4
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::BGRA4444
 

Detailed Description

Definition at line 128 of file ImageConversion.h.

Member Data Documentation

◆ a

uint16_t vtfpp::ImagePixel::BGRA4444::a

Definition at line 133 of file ImageConversion.h.

◆ b

uint16_t vtfpp::ImagePixel::BGRA4444::b

Definition at line 130 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 129 of file ImageConversion.h.

◆ g

uint16_t vtfpp::ImagePixel::BGRA4444::g

Definition at line 131 of file ImageConversion.h.

◆ r

uint16_t vtfpp::ImagePixel::BGRA4444::r

Definition at line 132 of file ImageConversion.h.


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