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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGB565:

Public Attributes

uint16_t r: 5
 
uint16_t g: 6
 
uint16_t b: 5
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGB565
 

Detailed Description

Definition at line 61 of file ImageConversion.h.

Member Data Documentation

◆ b

uint16_t vtfpp::ImagePixel::RGB565::b

Definition at line 65 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 62 of file ImageConversion.h.

◆ g

uint16_t vtfpp::ImagePixel::RGB565::g

Definition at line 64 of file ImageConversion.h.

◆ r

uint16_t vtfpp::ImagePixel::RGB565::r

Definition at line 63 of file ImageConversion.h.


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