gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::PngWriter::PngPixel24 Struct Reference

Png Pixel type: not containing padding. More...

Public Member Functions

PngPixel24operator= (const Pixel &rhs)

Public Attributes

uint8_t red
uint8_t green
uint8_t blue

Detailed Description

Png Pixel type: not containing padding.

Definition at line 82 of file pngwriter.hh.

Member Function Documentation

◆ operator=()

PngPixel24 & gem5::PngWriter::PngPixel24::operator= ( const Pixel & rhs)
inline

Definition at line 84 of file pngwriter.hh.

References gem5::Pixel::blue, blue, gem5::Pixel::green, green, gem5::Pixel::red, and red.

Member Data Documentation

◆ blue

uint8_t gem5::PngWriter::PngPixel24::blue

Definition at line 93 of file pngwriter.hh.

Referenced by operator=().

◆ green

uint8_t gem5::PngWriter::PngPixel24::green

Definition at line 92 of file pngwriter.hh.

Referenced by operator=().

◆ red

uint8_t gem5::PngWriter::PngPixel24::red

Definition at line 91 of file pngwriter.hh.

Referenced by operator=().


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

Generated on Sat Oct 18 2025 08:06:53 for gem5 by doxygen 1.14.0