libkipr  1.0.0
pixel Struct Reference

A struct that represents a pixel in an image. More...

#include <camera.h>

Public Attributes

int r
 the red value of the pixel More...
 
int g
 the green value of the pixel More...
 
int b
 the blue value of the pixel More...
 

Detailed Description

A struct that represents a pixel in an image.

Member Data Documentation

◆ b

int pixel::b

the blue value of the pixel

◆ g

int pixel::g

the green value of the pixel

◆ r

int pixel::r

the red value of the pixel


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