mirror of https://github.com/GNOME/gimp.git
app: add missing formats to gimp_babl_get_description()
This commit is contained in:
parent
678255604d
commit
4f83ca48dc
|
@ -80,7 +80,9 @@ babl_descriptions[] =
|
|||
{ "R' u8", N_("Red component") },
|
||||
{ "G' u8", N_("Green component") },
|
||||
{ "B' u8", N_("Blue component") },
|
||||
{ "A u8", N_("Alpha component") }
|
||||
{ "A u8", N_("Alpha component") },
|
||||
{ "A float", N_("Alpha component") },
|
||||
{ "A double", N_("Alpha component") }
|
||||
};
|
||||
|
||||
static GHashTable *babl_description_hash = NULL;
|
||||
|
|
Loading…
Reference in New Issue