Reply To: How to create Colour() with a string

Home Forums General Programming How to create Colour() with a string Reply To: How to create Colour() with a string

#27099
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    One more thing i fucked up, i assigned the fromString method as a non-static and it’s defined as a static method in JUCE, so you should be doing something like this:

    c = Colour.fromString("0xffff0000")

    i fixed this now and i will post a fix today.

    Ctrlr