Code Monkey home page Code Monkey logo

Comments (6)

Fooidge avatar Fooidge commented on July 21, 2024

I actually already have something like this in the works :) check branch for contrast. Going to add levels to color generation as well.

Jordan Checkman

On Jul 15, 2014, at 10:42 AM, Olivier Combe [email protected] wrote:

I'd like to be able to define a max brightness or darkness for the color generation.
If I want to put text over it, I want it to be easy to read, with a white or dark font.

I've implemented something like that using YIQ:

var yiq = ((rgb.r_299)+(rgb.g_587)+(rgb.b*114))/1000;
return (yiq >= 128) ? 'black' : 'white';
In this case I test the color generated to adapt the font color, but it would be better if I could generate only colors that are suitable for a dark font, or for a white font.


Reply to this email directly or view it on GitHub.

from pleasejs.

ocombe avatar ocombe commented on July 21, 2024

Damn you're good, working on features before we ask them !
I'll wait for it then.

from pleasejs.

Fooidge avatar Fooidge commented on July 21, 2024

Oops accidentally closed.

from pleasejs.

Madd0g avatar Madd0g commented on July 21, 2024

I really hope schemes will support this. I wanted to use schemes as a background color generator, but every scheme variation of my very bright blue is dark and makes it impossible to put anything over it.

from pleasejs.

Fooidge avatar Fooidge commented on July 21, 2024

That doesn't make sense, many of the schemes don't change the value of the resulting colors. They should be roughly as light as your blue.

Jordan Checkman

On Sep 25, 2014, at 4:10 AM, Madd0g [email protected] wrote:

I really hope schemes will support this. I wanted to use schemes as a background color generator, but every scheme variation of my very bright blue is dark and makes it impossible to put anything over it.


Reply to this email directly or view it on GitHub.

from pleasejs.

Madd0g avatar Madd0g commented on July 21, 2024

@Fooidge - So sorry, you are correct, I was using the wrong starting color, I had the correct color in the css, but the wrong one in the variable, I was surprised at how different the demos and my own tests looked :)

from pleasejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.