MP3
Linked Lists
rgbapixel.h File Reference

Definition of the RGBAPixel class for the EasyPNG library. More...

#include <cstdint>
#include <ostream>
+ Include dependency graph for rgbapixel.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  RGBAPixel
 Represents a single pixel in an image. More...
 

Functions

std::ostreamoperator<< (std::ostream &out, RGBAPixel const &pixel)
 Stream operator that allows pixels to be written to standard streams (like cout). More...
 

Detailed Description

Definition of the RGBAPixel class for the EasyPNG library.

Author
Chase Geigle
Date
Spring 2012

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream out,
RGBAPixel const &  pixel 
)

Stream operator that allows pixels to be written to standard streams (like cout).

Parameters
outStream to write to.
pixelPixel to write to the stream.