Git Product home page Git Product logo

Comments (4)

coffeeGF avatar coffeeGF commented on June 16, 2024

muhaha.
这样做应该没有问题吧
gl_FragColor = vec4(clamp(pow(centralColor.r+0.4, params.g),0.0,1.0), centralColor.g, centralColor.b, 1.0);

from livevideocoresdk.

runner365 avatar runner365 commented on June 16, 2024

这样整个画面的颜色都会变

from livevideocoresdk.

coffeeGF avatar coffeeGF commented on June 16, 2024

gl_FragColor = vec4(clamp(centralColor.r * 1.8,0.0,1.0), clamp(centralColor.g*1.2,0.0,1.0), centralColor.b, 1.0);
是的。之前的pow函数不对;现在的效果也是将整个画面的颜色都改变了。请问有什么好的建议吗?

from livevideocoresdk.

runner365 avatar runner365 commented on June 16, 2024

算法不对,高斯算法解决不了这个东西。
需要自己研究了。

from livevideocoresdk.

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.