gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::Pixel Struct Reference

Internal gem5 representation of a Pixel. More...

#include <pixel.hh>

Public Member Functions

 Pixel ()
 
 Pixel (uint8_t _red, uint8_t _green, uint8_t _blue)
 

Public Attributes

uint8_t red
 
uint8_t green
 
uint8_t blue
 
uint8_t padding
 

Detailed Description

Internal gem5 representation of a Pixel.

Definition at line 58 of file pixel.hh.

Constructor & Destructor Documentation

◆ Pixel() [1/2]

gem5::Pixel::Pixel ( )
inline

Definition at line 60 of file pixel.hh.

◆ Pixel() [2/2]

gem5::Pixel::Pixel ( uint8_t _red,
uint8_t _green,
uint8_t _blue )
inline

Definition at line 63 of file pixel.hh.

Member Data Documentation

◆ blue

◆ green

◆ padding

uint8_t gem5::Pixel::padding

Definition at line 69 of file pixel.hh.

Referenced by gem5::operator==().

◆ red


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

Generated on Tue Jun 18 2024 16:24:13 for gem5 by doxygen 1.11.0