Indeed it is there I found it
But now I am trying to use the value with CSSUtils to change color in a TextArea text color, but the problem araise because Log is showing in this format 0xff4527 so I tried this but that did not work. Please what's the workaround for this. I dunno how to convert an object into a string here. Thanks Erel I love your product range
When I use parameter (Value As Paint) it generates the color Value, but then I cannot use it in CSSUtils either way I'm run into a dead end. Please help me.
Sub ColorPicker1_ValueChanged (Value As String)
Dim Str As String
Str = Value.SubString(2)
Log (Value)
CSSUtils.SetStyleProperty(TextArea1,"-fx-text-fill", "#" & Str)
End Sub