Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_red
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
create_wall
Method · 0.80
create_snake
Method · 0.80
add_segment
Method · 0.80
extend
Method · 0.80
update_scoreboard
Method · 0.80
game_over
Method · 0.80
display_pause
Method · 0.80
display_start_message
Method · 0.80
create_button
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected