Skip to content

babl: new babl_space_is_rgb().

Jehan requested to merge wip/Jehan/babl_space_is_rgb into master

Similar to babl_space_is_cmyk|gray() functions, because right now to know whether a space is RGB, we have to test whether it's not any of the other. And such code would break as soon as we will add new values to BablICCType.

Merge request reports