thephpleague / color-extractor

Extract colors from an image like a human would do.

Home Page:thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color results issue

muralianusha opened this issue · comments

I am getting color results like [15287093,3385170,4359412,16432133,272749]

These are colour integers. Use the helper $hex = Color::fromIntToHex($colour); to get the hex representation.

As @smartssa said!