-
Hi team, is there a way to extract a CSS property from a CSS file? We want to apply a color to the GC of a Canvas. However, the GC doesn't support the Simple code snippet:
Appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can use CSS to set a color preference value and use it in your code. Example: https://www.vogella.com/tutorials/EclipseEditors/article.html#adding-colors-and-fonts-preferences |
Beta Was this translation helpful? Give feedback.
You can use CSS to set a color preference value and use it in your code. Example: https://www.vogella.com/tutorials/EclipseEditors/article.html#adding-colors-and-fonts-preferences