gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
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

uint8_t gem5::Pixel::blue

◆ green

uint8_t gem5::Pixel::green

◆ padding

uint8_t gem5::Pixel::padding

Definition at line 69 of file pixel.hh.

Referenced by gem5::operator==().

◆ red

uint8_t gem5::Pixel::red

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

Generated on Wed Dec 21 2022 10:23:12 for gem5 by doxygen 1.9.1