mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Add a comment
This commit is contained in:
parent
e7b14ae26e
commit
13d415f2f6
@ -74,6 +74,10 @@ gsk_gpu_color_states_is_alt_premultiplied (GskGpuColorStates self)
|
||||
return !!(self & COLOR_SPACE_ALT_PREMULTIPLIED);
|
||||
}
|
||||
|
||||
/* Note: this function should only return a colorstate other than
|
||||
* color->color_state *only* if the shaders can't handle the conversion
|
||||
* from color->color_state to ccs.
|
||||
*/
|
||||
static inline GdkColorState *
|
||||
gsk_gpu_color_states_find (GdkColorState *ccs,
|
||||
const GdkColor *color)
|
||||
|
Loading…
Reference in New Issue
Block a user