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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGBA16161616F:

Public Attributes

half r
 
half g
 
half b
 
half a
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGBA16161616F
 

Detailed Description

Definition at line 158 of file ImageConversion.h.

Member Data Documentation

◆ a

half vtfpp::ImagePixel::RGBA16161616F::a

Definition at line 163 of file ImageConversion.h.

◆ b

half vtfpp::ImagePixel::RGBA16161616F::b

Definition at line 162 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 159 of file ImageConversion.h.

◆ g

half vtfpp::ImagePixel::RGBA16161616F::g

Definition at line 161 of file ImageConversion.h.

◆ r

half vtfpp::ImagePixel::RGBA16161616F::r

Definition at line 160 of file ImageConversion.h.


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