app: add missing formats to gimp_babl_get_description()
This commit is contained in:
@ -80,7 +80,9 @@ babl_descriptions[] =
|
|||||||
{ "R' u8", N_("Red component") },
|
{ "R' u8", N_("Red component") },
|
||||||
{ "G' u8", N_("Green component") },
|
{ "G' u8", N_("Green component") },
|
||||||
{ "B' u8", N_("Blue 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;
|
static GHashTable *babl_description_hash = NULL;
|
||||||
|
Reference in New Issue
Block a user