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

#include <ImageConversion.h>

Public Attributes

float r
 
float g
 
float b
 
float a
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGBA32323232F
 

Detailed Description

Definition at line 194 of file ImageConversion.h.

Member Data Documentation

◆ a

float vtfpp::ImagePixel::RGBA32323232F::a

Definition at line 199 of file ImageConversion.h.

◆ b

float vtfpp::ImagePixel::RGBA32323232F::b

Definition at line 198 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 195 of file ImageConversion.h.

◆ g

float vtfpp::ImagePixel::RGBA32323232F::g

Definition at line 197 of file ImageConversion.h.

◆ r

float vtfpp::ImagePixel::RGBA32323232F::r

Definition at line 196 of file ImageConversion.h.


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