Coder Social home page Coder Social logo

Comments (5)

mmcloughlin avatar mmcloughlin commented on August 22, 2024 1

Nice project!

Can you try using color.NRGBA instead? I certainly noticed that color.RGBA can produce this kind of problem. Here's an example:

https://gist.github.com/mmcloughlin/e824139574762169ce7f232fd76da9df

from globe.

mmcloughlin avatar mmcloughlin commented on August 22, 2024

Well, that's not good :( Do you mind sharing code to reproduce this? I have an idea of what it might be but the code would help.

Thanks for filing the issue.

from globe.

JamesLMilner avatar JamesLMilner commented on August 22, 2024

Yeah for sure, check out: https://github.com/JamesMilnerUK/globe-plotter

Sorry it's a bit of a mess.

from globe.

JamesLMilner avatar JamesLMilner commented on August 22, 2024

Huzzah! this was indeed the problem. Other slight issue was I hadn't been paying attention in that JavaScript / CSS takes the standard of (uint8, uint8, uint8, float64) but after some minor type conversion this was fine:

screenshot_20170727_213200

Relevant type conversion code:

	g := globe.New()
	alpha := uint8(rgbaColors.A * 255) // i.e. 0.5 * 255 
	color := color.NRGBA{rgbaColors.R, rgbaColors.G, rgbaColors.B, alpha} 

Edit: Is it worth potentially documenting this issue in the README?

from globe.

mmcloughlin avatar mmcloughlin commented on August 22, 2024

Glad we could sort this out! I dropped a note in the README, because the very same issue confused me in the past. Thanks again for filing the issue.

from globe.

Related Issues (7)

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.