4 commentaires (4 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)TypeScript5 298 stars (5 298 stars)299 forks (299 forks)user submission
good first issue
Description
Hello, is it possible to set a transparency level for the base color? Many thnxs!
Guide contributeur
- Stack technique
- typescriptjavascript
- Domaine
- frontend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- basic JavaScriptfamiliarity with WebGL concepts
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 40
- Direction de recherche
- Review the cobe source code to find where the base color is applied (likely in the WebGL rendering pipeline). Look for a color configuration option that could accept an alpha value. Examine files like src/globe.ts or similar. Check comments in the issue for any suggestions. Consider adding an opacity parameter to the existing color property.