diff --git a/js/Constants.js b/js/Constants.js index c9440a27..1290e5e9 100644 --- a/js/Constants.js +++ b/js/Constants.js @@ -9,6 +9,10 @@ var Constants = { */ SELECTION_TRANSPARENT_COLOR: 'rgba(255, 255, 255, 0.6)', + /* + * When a tool is hovering the drawing canvas, we highlight the eventual + * pixel target with this color: + */ TOOL_TARGET_HIGHLIGHT_COLOR: 'rgba(255, 255, 255, 0.2)', /*