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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::BGRA5551:

Public Attributes

uint16_t b: 5
 
uint16_t g: 5
 
uint16_t r: 5
 
uint16_t a: 1
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::BGRA5551
 

Detailed Description

Definition at line 136 of file ImageConversion.h.

Member Data Documentation

◆ a

uint16_t vtfpp::ImagePixel::BGRA5551::a

Definition at line 141 of file ImageConversion.h.

◆ b

uint16_t vtfpp::ImagePixel::BGRA5551::b

Definition at line 138 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 137 of file ImageConversion.h.

◆ g

uint16_t vtfpp::ImagePixel::BGRA5551::g

Definition at line 139 of file ImageConversion.h.

◆ r

uint16_t vtfpp::ImagePixel::BGRA5551::r

Definition at line 140 of file ImageConversion.h.


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