Home
last modified time | relevance | path

Searched defs:weed_palette_is_alpha (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.h209 #define weed_palette_is_alpha(pal) ((((pal >= 1024) && (pal < 2048))) ? WEED_TRUE : WEED_FALSE) macro
H A Dcolourspace.c1427 LIVES_GLOBAL_INLINE boolean weed_palette_is_alpha(int pal) { in weed_palette_is_alpha() function
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c783 static inline int weed_palette_is_alpha(int pal) {return (pal >= 1024 && pal < 2048) ? WEED_TRUE : … in weed_palette_is_alpha() function