gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
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 55 of file pixel.hh.

Constructor & Destructor Documentation

◆ Pixel() [1/2]

Pixel::Pixel ( )
inline

Definition at line 57 of file pixel.hh.

◆ Pixel() [2/2]

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

Definition at line 60 of file pixel.hh.

Member Data Documentation

◆ blue

uint8_t Pixel::blue

◆ green

uint8_t Pixel::green

◆ padding

uint8_t Pixel::padding

Definition at line 66 of file pixel.hh.

Referenced by operator==().

◆ red

uint8_t Pixel::red

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

Generated on Tue Jun 22 2021 15:28:42 for gem5 by doxygen 1.8.17