Fractol 1.0
A fractal visualization project implemented in C.
Loading...
Searching...
No Matches
s_color Struct Reference

Represents an RGB color. More...

#include <fractol.h>

Collaboration diagram for s_color:
Collaboration graph

Data Fields

int r
 
int g
 
int b
 

Detailed Description

Represents an RGB color.

Definition at line 81 of file fractol.h.

Field Documentation

◆ b

int s_color::b

Definition at line 85 of file fractol.h.

◆ g

int s_color::g

Definition at line 84 of file fractol.h.

◆ r

int s_color::r

Definition at line 83 of file fractol.h.


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