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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGBA16161616:

Public Attributes

uint16_t r
 
uint16_t g
 
uint16_t b
 
uint16_t a
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGBA16161616
 

Detailed Description

Definition at line 166 of file ImageConversion.h.

Member Data Documentation

◆ a

uint16_t vtfpp::ImagePixel::RGBA16161616::a

Definition at line 171 of file ImageConversion.h.

◆ b

uint16_t vtfpp::ImagePixel::RGBA16161616::b

Definition at line 170 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 167 of file ImageConversion.h.

◆ g

uint16_t vtfpp::ImagePixel::RGBA16161616::g

Definition at line 169 of file ImageConversion.h.

◆ r

uint16_t vtfpp::ImagePixel::RGBA16161616::r

Definition at line 168 of file ImageConversion.h.


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