medicodesk / android-quill

Automatically exported from code.google.com/p/android-quill
GNU General Public License v3.0
1 stars 0 forks source link

Changing colors of strokes afterwards #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very useful to be able to change the color of existing strokes 
afterwards, in particular to be able to highlight some parts of the notes.

This could be implemented similar to the rubout tool: instead of deleting 
strokes, one would replace the color of strokes by the currently active color.

Original issue reported on code.google.com by thomic...@gmail.com on 30 Nov 2011 at 9:15

GoogleCodeExporter commented 9 years ago
I like this idea as well, but I might implement it differently.  With 2 helpful 
additions.

1. The ability to send strokes forward and backward (front and back).  
2. Introducing opacity/transparency to color

How could it work?

1. Select a highlight color (yellow maybe and lower the opacity so it isn't 
glaring).  Thicken the stroke and stroke over the word.  Part of the word/text 
should still show because the highlight is transparent.  
2. Touch the highlight which brings up a small menu to "Send back" or "Send 
forward".  Tap send back and it pushes the highlight behind the word. 

Just an idea, but it implements 2 powerful vector tools.

Original comment by cmen...@gmail.com on 30 Nov 2011 at 12:35

GoogleCodeExporter commented 9 years ago

I like the idea with.the opaque highlight color! That would be VERY useful to 
me!

Original comment by Mathias....@gmail.com on 15 Apr 2012 at 10:53

GoogleCodeExporter commented 9 years ago
I like the OP's suggestion and the first commenters suggestion. As far as 
implementing changing color strokes, the way I would implement it would be as 
such: 
(within this suggestion is an implicit suggestion that you incorporate a 
multi-purpose "lasso/square shape tool" into the tool bar)

1) Select lasso/ square shape tool button on the sidebar.
2) (A little square icon and a lasso icon now pop up from where you initially 
pressed) Choose either or, and then select the portion of the paper which 
concerns you.
3) As soon as selection is done, a popup menu appears.
It gives you these choices: copy, cut, delete, highlight, change text color.
4) You would select change color (a tint in the interface over where you 
square/lasso tooled would give you the indication that the particular section 
is under construction).
5) Lastly you select the desired color, the tint goes away, and voila! New 
color for the strokes which were previously another color. [Note: this would 
work similarly with highlighting]

Oh yeah, as far as highlighting... why not just incorporate a highlight button, 
and have a way to set your desired opacity?

Original comment by happyhic...@gmail.com on 24 Sep 2012 at 9:38