This structure encapsulates the function uv_checkers(). More...
#include <patterns.h>
Data Fields | |
double | width |
double | height |
t_color | color_a |
t_color | color_b |
This structure encapsulates the function uv_checkers().
width | Describes how many squares the pattern creates in u, that is, in the vertical axis. |
height | Describes how many squares the pattern creates in v, that is, in the horizontal axis. |
color_a | Describes the first color of the square to be applied. |
color_a | Describes the second color of the square to be applied. |