Properties
Similar Topics
Statistics
Comments
29
Participants
4
Subscribers
5
Votes
1
Views
947
Share
Answered
Line Opacity command
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2021 International GeoGebra Institute
How to adjust line opacity using command. Your prompt response is needed . Thanks. I want to write this command in script.
Try the script command: SetDynamicColor( <Object>, <Red>, <Green>, <Blue>, <Opacity> )
or use SetColor() in the hexadecimal format: SetColor(text1, "#80FF0000") (example for 50% red)
Not working. I make a line and this command not working with opacity. But it is working without opacity (Only color changing).
I need line opacity change.
Thanks for the reply rami. But i need just opacity change without change in color . and there are so many line in my project with different colors. i can not manage opacity in that format.
sorry not possible with scripts. (see bug report)
It also does not work as described in the manual.
a complex and elaborate workaround with JS-XML-commands is (maybe!!) possible.
is it possible to use color code to change text color in dynamic text box.
\setcolor{Computer Science,255,102,45} Not working Pls correct
\setcolor{Computer Science,"#FF6600"} Not working with inside text
Send a small example as GGB-File include the vaiables to change the color (for example a slider or one ore more bolean)
Pls see attachment . In the text box i want to change the color of text "Computer Science" itself by using color number of rgb.
\setcolor{Computer Science}{255/255,102/255,45/225}
This is not working any other solution? Computer Science is the text itself not object. There are so many text in the text box in my project and i want direct color change using color no.
Comments have been locked on this page!