Skip to content

Commit

Permalink
Updating Colorset Library
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jun 7, 2019
1 parent 7f3a8af commit 77d332a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions plugin/grasshopper/src/LadybugPlus_Color Range.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,36 @@
0 - Orignal Ladybug
1 - Nuanced Ladybug
2 - Multi-colored Ladybug
3 - View Analysis 1
4 - View Analysis 2 (Red,Green,Blue)
5 - Sunlight Hours
6 - Ecotect
7 - Thermal Comfort Percentage
8 - Thermal Comfort Colors
9 - Thermal Comfort Colors (UTCI)
10 - Hot Hours
11 - Cold Hours
12 - Shade Benefit/Harm
13 - Thermal Comfort Colors v2 (UTCI)
14 - Shade Harm
15 - Shade Benefit
16 - Black to White
17 - CFD Colors 1
18 - CFD Colors 2
19 - Energy Balance
3 - Ecotect
4 - View Study
5 - Shadow Study
6 - Glare Study
7 - Annual Comfort
8 - Thermal Comfort
9 - Thermal Comfort (UTCI)
10 - Heat Sensation
11 - Cold Sensation
12 - Benefit/Harm
13 - Harm
14 - Benefit
15 - Shade Benefit/Harm
16 - Shade Harm
17 - Shade Benefit
18 - Energy Balance
19 - Energy Balance w/ Storage
20 - THERM
21 - Cloud Cover
22 - Glare Potential
23 - Radiation Benefit
22 - Black to White
23 - Blue, Green, Red
24 - Multicolored 2
25 - Multicolored 3
Returns:
colors: A series of colors to be plugged into the "Ladybug_Legend Parameters" component.
"""

ghenv.Component.Name = "LadybugPlus_Color Range"
ghenv.Component.NickName = 'colRange'
ghenv.Component.Message = 'VER 0.0.04\nMAY_30_2019'
ghenv.Component.Message = 'VER 0.0.04\nJUN_02_2019'
ghenv.Component.Category = "LadybugPlus"
ghenv.Component.SubCategory = "03 :: Extra"
ghenv.Component.AdditionalHelpFromDocStrings = "1"
Expand Down
Binary file modified plugin/grasshopper/userObjects/LadybugPlus_Color Range.ghuser
Binary file not shown.

0 comments on commit 77d332a

Please sign in to comment.