Changeset a3f63ac in mainline for uspace/lib/gfx/include/gfx/color.h
- Timestamp:
- 2019-09-24T11:13:18Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aac5069
- Parents:
- 00e8290
- git-author:
- Jiri Svoboda <jiri@…> (2019-08-23 17:43:11)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-09-24 11:13:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfx/include/gfx/color.h
r00e8290 ra3f63ac 44 44 uint16_t, gfx_color_t **); 45 45 extern void gfx_color_delete(gfx_color_t *); 46 extern void gfx_color_get_rgb_i16(gfx_color_t *, uint16_t *, uint16_t *, 47 uint16_t *); 46 48 47 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.