apa102 1.0
apa102 driver library
Loading...
Searching...
No Matches
color.h File Reference

Header file defining basic structures for color and intensity data. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GFX_RGB_Color_t
 Represents the data structure for color data. More...
struct  GFX_RGBA_Color_t
 Represents the data structure for color and intensity data. More...

Typedefs

typedef struct GFX_RGB_Color_t GFX_RGB_Color
typedef struct GFX_RGBA_Color_t GFX_RGBA_Color

Detailed Description

Header file defining basic structures for color and intensity data.

This header file declares fundamental data structures used for handling color and intensity information in 2D/3D graphics. It includes definitions for RGB and RGBA color channels, facilitating consistent handling of drawing-related parameters throughout the application.

Author
g.raf
Date
2026-02-20
Version
1.0 Release
Note
This file is part of a larger project and subject to the license specified in the repository. For updates and the complete revision history, see the GitHub repository.
See also
https://github.com/0x007e/shared-gfx "Shared Graphic GitHub Repository"

Typedef Documentation

◆ GFX_RGB_Color

◆ GFX_RGBA_Color