poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
38 stars 30 forks source link

Colors/rgba/rgbaf: support tuple-shaped color lists #79

Closed mhaberler closed 3 years ago

mhaberler commented 3 years ago

usage example:

https://github.com/mhaberler/jumpvis/blob/93b3b723d27aab7f3d4319cc91d06432022ddc6d/meteo.py#L124 and https://github.com/mhaberler/jumpvis/blob/93b3b723d27aab7f3d4319cc91d06432022ddc6d/meteo.py#L52-L53

sorry, hat a missing rebase

codecov-io commented 3 years ago

Codecov Report

Merging #79 (977e22b) into master (8185ff4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   99.19%   99.19%           
=======================================
  Files          12       12           
  Lines         743      745    +2     
=======================================
+ Hits          737      739    +2     
  Misses          6        6           
Impacted Files Coverage Δ
src/czml3/properties.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8185ff4...977e22b. Read the comment docs.