Home
last modified time | relevance | path

Searched defs:fromrgb (Results 1 – 7 of 7) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxalgos.h44 wxColor fromrgb; // color at start of gradient variable
H A Dwxlayer.h81 wxColor fromrgb; // start of gradient variable
H A Dwxlayer.cpp3460 wxColor fromrgb; member in SaveData
H A Dwxprefs.cpp4866 wxColor fromrgb; member in SaveColorInfo
/dports/games/golly/golly-3.3-src/gui-common/
H A Dalgos.h55 gColor fromrgb; // color at start of gradient variable
H A Dlayer.h88 gColor fromrgb; // start of gradient variable
/dports/www/xist/ll-xist-5.34/src/ll/
H A Dcolor.py95 def fromrgb(cls, r, g, b, a=1.0): member in Color