Home
last modified time | relevance | path

Searched defs:COLOR_DIFF (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_32detect.c39 #define COLOR_DIFF 30 macro
/dports/devel/py-black/black-21.7b0/src/black/
H A D__init__.py72 COLOR_DIFF = 4 variable in WriteBack
/dports/editors/dhex/dhex_0.69/
H A Ddatatypes.h22 …NONE,COLOR_BRACKETS,COLOR_INPUT,COLOR_CURSOR,COLOR_TEXT,COLOR_HEXFIELD,COLOR_DIFF,COLOR_HEADLINE,C… enumerator
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DRogue.h1236 #define COLOR_DIFF(f, b) (((f).red - (b).red) * ((f).red - (b).red) * 0.2126 \ macro