Sam Hocevar
|
2353ad9215
|
* Minor documentation improvements.
|
hace 18 años |
Sam Hocevar
|
687a2c43f6
|
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
|
hace 18 años |
Sam Hocevar
|
246c5b4d67
|
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
hace 18 años |
Sam Hocevar
|
351fad7e15
|
* Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
|
hace 18 años |
Sam Hocevar
|
5a476a29ae
|
* Implemented argb32 to rgb24fg/bg colour conversions.
|
hace 18 años |
Sam Hocevar
|
9f0a475645
|
* Moved cucul_set_color() from canvas.c to colour.c.
* Added cucul_set_truecolor() for non-ANSI colours.
* Added new argb32 -> rgb12 conversion functions.
|
hace 18 años |
Sam Hocevar
|
018fda76e8
|
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
|
hace 18 años |
Sam Hocevar
|
1911e368f4
|
* Fixed compilation warning.
|
hace 18 años |
Sam Hocevar
|
b355e0581d
|
* Fixed colour conversion routines so that they work with ARGB too.
|
hace 18 años |
Sam Hocevar
|
9369b9a48f
|
* Created internal function _cucul_argb32_to_argb4() that splits an argb
fg/bg value into its separate argb 4-bit fields.
|
hace 18 años |
Sam Hocevar
|
a8990ca5a6
|
* Replaced occurrences of "rgba" with "argb".
|
hace 18 años |
Sam Hocevar
|
af4b95f8e6
|
* Store colour information on 32 bits, for future 12-bit colour support.
|
hace 18 años |