Cross Reference: color_removeblue.py
xref
: /
vbox
/
src
/
VBox
/
Runtime
/
common
/
dbg
/
VBoxNetCfg.cpp
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
color_removeblue.py revision b97c841ca6aa0a4f8ff56e7760e85b2d57d95b15
import
coloreffect
class
C(
coloreffect
.
ColorEffect
):
def
colmod
(
self
,r,g,b):
return
'%02x%02x%02x'
% (r,g,
0
)
c = C()
c.
affect
()