Giter Site home page Giter Site logo

Comments (2)

kyechan99 avatar kyechan99 commented on May 21, 2024 2

Thank you for your interest. 😄

As you said, it would be nice to have a function to set a fixed gradient.
I will add it soon.
If there is a query or method you want, please recommend it.

On the other hand,

"Is there a way of editing the list of random colors?"

Is it mean customization random list like your commit ?

If that's the case, full customization seems a bit difficult. But how about this way?

// gradient.json file
[
    {
        "number": 0,     // add unique number
        "color": {  },
        "text": "...",
        "textBg": " ..."
    },
    {
        "number": 1,
        "color": {  },
        "text": "...",
        "textBg": "..."
    },
    ...
]

And use like this.

https://.../api?color=gradient&colorList=0,1

Setting list of random colors to add unique numbers of the desired color scheme in the query.

from capsule-render.

kauer3 avatar kauer3 commented on May 21, 2024

Hey, thanks for your response!

But how about this way?

This is actually even better, because you could select the colors that fit each element. It would be perfect in my case, as I'm trying to use it to create some drawings.

Looking forward to the update. Keep up the great work! 😄

from capsule-render.

Related Issues (6)

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.