MCPcopy Index your code
hub / github.com/geekcomputers/Python / color

Method color

ML/src/python/neuralforge/data/augmentation.py:61–62  ·  view source on GitHub ↗
(img, magnitude)

Source from the content-addressed store, hash-verified

59
60 @staticmethod
61 def color(img, magnitude):
62 return ImageEnhance.Color(img).enhance(magnitude)
63
64 @staticmethod
65 def contrast(img, magnitude):

Callers 12

heart_redFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
create_wallMethod · 0.80
create_snakeMethod · 0.80
add_segmentMethod · 0.80
extendMethod · 0.80
update_scoreboardMethod · 0.80
game_overMethod · 0.80
display_pauseMethod · 0.80
display_start_messageMethod · 0.80
create_buttonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected