mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 02:08:07 +02:00
cairo: Fix Since number for new color formats
This commit is contained in:
parent
2a21ed0293
commit
0f6ca43f5e
1 changed files with 2 additions and 2 deletions
|
|
@ -405,8 +405,8 @@ typedef enum _cairo_content {
|
|||
* with red in the upper 5 bits, then green in the middle
|
||||
* 6 bits, and blue in the lower 5 bits. (Since 1.2)
|
||||
* @CAIRO_FORMAT_RGB30: like RGB24 but with 10bpc. (Since 1.12)
|
||||
* @CAIRO_FORMAT_RGB96F: 3 floats, R, G, B. (Since 1.16)
|
||||
* @CAIRO_FORMAT_RGBA128F: 4 floats, R, G, B, A. (Since 1.16)
|
||||
* @CAIRO_FORMAT_RGB96F: 3 floats, R, G, B. (Since 1.17.2)
|
||||
* @CAIRO_FORMAT_RGBA128F: 4 floats, R, G, B, A. (Since 1.17.2)
|
||||
*
|
||||
* #cairo_format_t is used to identify the memory format of
|
||||
* image data.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue