Max OS 0.3
Loading...
Searching...
No Matches
multiboot_color Struct Reference

A structure representing a color in RGB format. More...

#include <multiboot.h>

Public Attributes

multiboot_uint8_t red
 The amount of red.
 
multiboot_uint8_t green
 The amount of green.
 
multiboot_uint8_t blue
 The amount of blue.
 

Detailed Description

A structure representing a color in RGB format.

Definition at line 206 of file multiboot.h.

Member Data Documentation

◆ blue

multiboot_uint8_t multiboot_color::blue

The amount of blue.

Definition at line 209 of file multiboot.h.

◆ green

multiboot_uint8_t multiboot_color::green

The amount of green.

Definition at line 208 of file multiboot.h.

◆ red

multiboot_uint8_t multiboot_color::red

The amount of red.

Definition at line 207 of file multiboot.h.


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