thephpleague / color-extractor

Extract colors from an image like a human would do.
thephpleague.com
MIT License
1.3k stars 159 forks source link

color results issue #56

Closed muralianusha closed 2 years ago

muralianusha commented 5 years ago

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

smartssa commented 4 years ago

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

MatTheCat commented 2 years ago

As @smartssa said!