waLBerla 7.2
Loading...
Searching...
No Matches
walberla::geometry::RGBAImage::pixel_t Struct Reference

#include <RGBAImage.h>

Public Member Functions

bool operator< (const pixel_t &o) const
 
bool operator== (const pixel_t &o) const
 

Public Attributes

union { 
 
   RGBAColor   color 
 
   std::array< unsigned char, 4 >   values 
 
   uint32_t   value 
 
};  
 

Member Function Documentation

◆ operator<()

bool walberla::geometry::RGBAImage::pixel_t::operator< ( const pixel_t & o) const

◆ operator==()

bool walberla::geometry::RGBAImage::pixel_t::operator== ( const pixel_t & o) const

Member Data Documentation

◆ [union]

◆ color

RGBAColor walberla::geometry::RGBAImage::pixel_t::color

◆ value

uint32_t walberla::geometry::RGBAImage::pixel_t::value

◆ values

std::array<unsigned char, 4> walberla::geometry::RGBAImage::pixel_t::values

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