[{"data":1,"prerenderedAt":3767},["ShallowReactive",2],{"/palette":3,"/palette-surround":3756},{"id":4,"title":5,"body":6,"description":3730,"extension":3731,"meta":3732,"navigation":3749,"path":3753,"seo":3754,"stem":12,"__hash__":3755},"content/palette.md","Palette Extension",{"type":7,"value":8,"toc":3525},"minimark",[9,22,32,36,45,48,67,74,103,112,122,132,166,175,182,191,194,208,217,220,254,257,266,269,328,331,400,409,412,421,432,441,452,455,464,467,470,473,482,485,499,502,507,516,531,540,547,916,925,1012,1082,1124,1174,1248,1306,1346,1396,1443,1502,1570,1620,1667,1724,1787,1834,1881,1937,2000,2046,2093,2150,2213,2260,2306,2361,2424,2470,2517,2573,2636,2682,2867,3023,3186,3345,3457,3466,3473,3486,3495,3507,3519,3522],[10,11,15],"h1",{"id":12,"className":13},"palette",[14],"section-heading",[16,17,21],"a",{"className":18,"href":20},[19],"section-anchor","#palette","Palette",[23,24,27],"h2",{"id":25,"className":26},"using-the-palette-extension",[14],[16,28,31],{"className":29,"href":30},[19],"#using-the-palette-extension","Using the Palette Extension",[33,34,35],"p",{},"The NetLogo palette extension offers the user more control over their colors. The colors go beyond NetLogo colors, including ColorBrewer color schemes and arbitrary RGB colors. Additionally, users can control specific components of their color such as alpha, hue and red.",[23,37,40],{"id":38,"className":39},"getting-started",[14],[16,41,44],{"className":42,"href":43},[19],"#getting-started","Getting Started",[33,46,47],{},"To get started with palettes add to the top of your Code tab:",[49,50,51],"pre",{},[52,53,54,61,62,66],"code",{},[55,56,60],"span",{"className":57},[58,59],"token","keyword","extensions"," [",[55,63,12],{"className":64},[58,65],"variable","]",[33,68,69,70,73],{},"you can then call any of the primitives by adding ",[52,71,72],{},"palette:"," before the primitive:",[49,75,76],{},[52,77,78,82,85,89,91,93,97,99],{},[55,79,81],{"className":80},[58,65],"palette:hue-of",[83,84],"br",{},[55,86,88],{"className":87},[58,65],"palette:set-saturation",[83,90],{},[83,92],{},[55,94,96],{"className":95},[58,65],"palette:scale-gradient",[83,98],{},[55,100,102],{"className":101},[58,65],"palette:scale-scheme",[23,104,107],{"id":105,"className":106},"background",[14],[16,108,111],{"className":109,"href":110},[19],"#background","Background",[113,114,117],"h3",{"id":115,"className":116},"review-of-color-representation-in-netlogo",[14],[16,118,121],{"className":119,"href":120},[19],"#review-of-color-representation-in-netlogo","Review of color representation in NetLogo",[123,124,127],"h4",{"id":125,"className":126},"colors-can-be-represented-as-netlogo-colors-or-rgb-or-rgba-colors",[14],[16,128,131],{"className":129,"href":130},[19],"#colors-can-be-represented-as-netlogo-colors-or-rgb-or-rgba-colors","Colors can be represented as NetLogo colors or RGB or RGBA colors",[133,134,135,144,152,163],"ul",{},[136,137,138,139],"li",{},"A NetLogo color (NLC or NL color) is a number in the range 0 to 140, with the exception of 140 itself, other values are ‘wrapped.’\n",[133,140,141],{},[136,142,143],{},"NetLogo colors are shades of a base color which has units digit 5, and is in the middle of the shade range.",[136,145,146,147],{},"An RGB color is a list of 3 numbers.\n",[133,148,149],{},[136,150,151],{},"The numbers represent red, green and blue and are in the range 0 to 255.",[136,153,154,155],{},"An RGBA color is a list of 4 numbers.\n",[133,156,157,160],{},[136,158,159],{},"The fourth number is called alpha and is in the range 0 to 255.",[136,161,162],{},"Alpha represents transparency with 0 fully transparent, and 255 fully opaque.",[136,164,165],{},"RGB/A will be used to denote a color that is either RGB or RGBA.",[123,167,170],{"id":168,"className":169},"transparency",[14],[16,171,174],{"className":172,"href":173},[19],"#transparency","Transparency",[33,176,177,178,181],{},"The degree to which one can see through a color can also be specified by referring to ",[179,180,168],"em",{},". Transparency is in the range 0 to 100, with 0 fully opaque and 100 fully transparent. Transparency is not stored as part of a color, but is mathematically converted to and from alpha.",[123,183,186],{"id":184,"className":185},"hsb-color-specification",[14],[16,187,190],{"className":188,"href":189},[19],"#hsb-color-specification","HSB Color Specification",[33,192,193],{},"Colors can also be specified (but not stored as color values) by reference to HSB - hue, saturation and brightness.",[133,195,196,199,202,205],{},[136,197,198],{},"Hue ranges 0 to 360 and forms a cycle.",[136,200,201],{},"Saturation ranges 0 to 100.",[136,203,204],{},"Brightness ranges 0 to 100.",[136,206,207],{},"For more information, search the web for ‘hsb color system.‘",[113,209,212],{"id":210,"className":211},"more-control-over-the-color",[14],[16,213,216],{"className":214,"href":215},[19],"#more-control-over-the-color","More control over the color",[33,218,219],{},"Palette primitives allow the user to:",[133,221,222,230,238,246],{},[136,223,224,225],{},"Report a specific component of a color\n",[133,226,227],{},[136,228,229],{},"e.g. palette:hue-of",[136,231,232,233],{},"Report the result of changing a specific component of a color\n",[133,234,235],{},[136,236,237],{},"e.g. palette:with-hue",[136,239,240,241],{},"Report a specific component of an agent’s color\n",[133,242,243],{},[136,244,245],{},"e.g. palette:hue",[136,247,248,249],{},"Change a specific component of an agent’s color\n",[133,250,251],{},[136,252,253],{},"e.g. palette:set-hue",[33,255,256],{},"The user can also create color gradients and access ColorBrewer color schemes.",[113,258,261],{"id":259,"className":260},"varying-an-agents-transparency-or-color",[14],[16,262,265],{"className":263,"href":264},[19],"#varying-an-agents-transparency-or-color","Varying an Agent’s Transparency or Color",[33,267,268],{},"You can make a turtle more transparent by decreasing alpha, or increasing transparency.\nA similar approach can be used to adjust color components such as brightness.\nHere are two examples:",[49,270,271],{},[52,272,273,278,279,284,285,278,289,293,294,278,298,303,304,306,278,309,284,312,278,316,278,320,278,324,303],{},[55,274,277],{"className":275},[58,276],"command","ask"," ",[55,280,283],{"className":281},[58,282],"reporter","turtles"," [ ",[55,286,288],{"className":287},[58,65],"palette:set-transparency",[55,290,292],{"className":291},[58,65],"palette:transparency","  ",[55,295,297],{"className":296},[58,282],"+",[55,299,302],{"className":300},[58,301],"number","10"," ]",[83,305],{},[55,307,277],{"className":308},[58,276],[55,310,283],{"className":311},[58,282],[55,313,315],{"className":314},[58,65],"palette:set-alpha",[55,317,319],{"className":318},[58,301],".9",[55,321,323],{"className":322},[58,282],"*",[55,325,327],{"className":326},[58,65],"palette:alpha",[33,329,330],{},"Because an error will result if the value passed to a set command is not in the correct range, a little additional code is sometimes needed.",[49,332,333],{},[52,334,335,278,338,284,341,278,344,278,348,293,352,356,357,278,360,278,363,366,367,369,278,372,284,375,278,378,278,382,278,385,356,389,278,392,278,396,366],{},[55,336,277],{"className":337},[58,276],[55,339,283],{"className":340},[58,282],[55,342,288],{"className":343},[58,65],[55,345,347],{"className":346},[58,282],"min",[55,349,351],{"className":350},[58,282],"list",[55,353,355],{"className":354},[58,301],"100"," (",[55,358,292],{"className":359},[58,65],[55,361,297],{"className":362},[58,282],[55,364,302],{"className":365},[58,301],") ]",[83,368],{},[55,370,277],{"className":371},[58,276],[55,373,283],{"className":374},[58,282],[55,376,315],{"className":377},[58,65],[55,379,381],{"className":380},[58,282],"max",[55,383,351],{"className":384},[58,282],[55,386,388],{"className":387},[58,301],"0",[55,390,327],{"className":391},[58,65],[55,393,395],{"className":394},[58,282],"-",[55,397,399],{"className":398},[58,301],"25.5",[113,401,404],{"id":402,"className":403},"how-do-i-choose-a-color-scheme",[14],[16,405,408],{"className":406,"href":407},[19],"#how-do-i-choose-a-color-scheme","How do I choose a color scheme?",[33,410,411],{},"ColorBrewer has three kinds of color schemes: Sequential, Divergent and Qualitative. Although choosing a color palette is a design problem that does not have a single solution we offer the following guidelines for choosing colors for a NetLogo model:",[123,413,416],{"id":414,"className":415},"decide-first-whether-to-use-a-sequential-divergent-or-qualitative-color-scheme",[14],[16,417,420],{"className":418,"href":419},[19],"#decide-first-whether-to-use-a-sequential-divergent-or-qualitative-color-scheme","Decide first whether to use a Sequential, Divergent or Qualitative color scheme",[133,422,423,426,429],{},[136,424,425],{},"Sequential color schemes are best for models of continuous natural phenomena such as as heat diffusion in physics or fire in earth sciences.",[136,427,428],{},"Divergent color schemes are useful for highlighting a middle value in a model. Therefore they could be used with the heat diffusion model if the goal were to highlight regions with the middle temperature.",[136,430,431],{},"Qualitative colors are best for choosing colors in models where color denotes category and not value.",[123,433,436],{"id":434,"className":435},"additional-color-considerations",[14],[16,437,440],{"className":438,"href":439},[19],"#additional-color-considerations","Additional color considerations",[133,442,443,446,449],{},[136,444,445],{},"For agents that cover large areas avoid strong colors and try to use pastel colors. However, for a few small isolated agents try to use strong colors such as such an accent.",[136,447,448],{},"The main goal is to avoid having a large area covered with agents with a bright color and or having small areas having a muted pastel color.",[136,450,451],{},"If you are coloring both turtles and patches, make sure they have different ranges of hue, saturation and value. For example, use different hues of pastel for patches and accent for turtles.",[33,453,454],{},"You can learn more about the use of these color collections in the original ColorBrewer paper (Harrower, Brewer 2003), which focuses on their application to maps. See (Kornhauser, Wilensky, and Rand 1999) for design guidelines for visualization of Agent Based Models.",[113,456,459],{"id":457,"className":458},"should-i-use-a-continuous-color-gradient-or-just-a-discrete-color-set",[14],[16,460,463],{"className":461,"href":462},[19],"#should-i-use-a-continuous-color-gradient-or-just-a-discrete-color-set","Should I use a continuous color gradient or just a discrete color set?",[33,465,466],{},"The answer depends on the focus of the user experience.",[33,468,469],{},"For example, gradients are more aesthetic thus are more memorable than discrete colors. Consequently, a gradient can be a better choice for presentations where the main goal of the image is to be attractive and memorable. However, binning values in a discrete set of colors simplifies tasks such as estimation and counting by removing unnecessary detail and focusing on the big picture. Thus, discrete colors can be a better choice for a written document for which the user will have the time and interest to study the visualization.",[33,471,472],{},"In order to see the difference you can turn on and off the gradient in the Heat Diffusion model. You can observe that turning gradient on makes the model more aesthetic, but it becomes harder to estimate the value of a patch at a given position.",[113,474,477],{"id":475,"className":476},"example-models",[14],[16,478,481],{"className":479,"href":480},[19],"#example-models","Example Models",[33,483,484],{},"There are a few examples of using the palette primitives in the Code Examples section of the models library:",[133,486,487,490,493,496],{},[136,488,489],{},"Palette Example",[136,491,492],{},"Color Bubbles",[136,494,495],{},"Color Painting",[136,497,498],{},"Color Reveal",[33,500,501],{},"And one Sample Model that uses the extension:",[133,503,504],{},[136,505,506],{},"Heat Diffusion - Alternative Gradient",[113,508,511],{"id":509,"className":510},"further-reading",[14],[16,512,515],{"className":513,"href":514},[19],"#further-reading","Further Reading",[133,517,518,528],{},[136,519,520,521,527],{},"Be sure to check the ",[16,522,526],{"href":523,"rel":524},"http://colorbrewer2.org/",[525],"nofollow","ColorBrewer web page",".",[136,529,530],{},"To get a deeper understanding of how to use the color schemes read the ColorBrewer paper (Harrower, Brewer 2003).",[23,532,535],{"id":533,"className":534},"primitives",[14],[16,536,539],{"className":537,"href":538},[19],"#primitives","Primitives",[33,541,542,543,527],{},"Looking for the primitive reference for the Palette extension? You can find ",[16,544,546],{"href":545},"/palette/dictionary","the full reference here",[548,549,553,554,561,562,567,568,561,575,567,578,561,584,567,587,561,593,567,596,561,603,567,606,561,613,567,616,561,621,567,624,561,630,567,633,561,639,567,642,561,649,567,652,561,659,567,662,561,669,567,672,561,679,567,682,561,689,567,692,561,699,567,702,561,708,567,711,561,718,567,721,561,728,567,731,561,738,567,741,561,748,567,751,561,758,567,761,561,768,567,771,561,778,567,781,561,788,567,791,561,798,567,801,561,808,567,811,561,818,567,821,561,828,567,831,561,838,567,841,561,848,567,851,561,858,567,861,561,868,567,871,561,877,567,880,561,887,567,890,561,897,567,900,561,906,567,909],"div",{"id":550,"className":551},"all",[552],"prose","\n  ",[16,555,558],{"className":556,"href":557},[52],"#alpha-of",[52,559,560],{},"palette:alpha-of","\n   ",[55,563,566],{"className":564},[565],"font-bold"," · "," \n  ",[16,569,572],{"className":570,"href":571},[52],"#with-alpha",[52,573,574],{},"palette:with-alpha",[55,576,566],{"className":577},[565],[16,579,582],{"className":580,"href":581},[52],"#alpha",[52,583,327],{},[55,585,566],{"className":586},[565],[16,588,591],{"className":589,"href":590},[52],"#set-alpha",[52,592,315],{},[55,594,566],{"className":595},[565],[16,597,600],{"className":598,"href":599},[52],"#transparency-of",[52,601,602],{},"palette:transparency-of",[55,604,566],{"className":605},[565],[16,607,610],{"className":608,"href":609},[52],"#with-transparency",[52,611,612],{},"palette:with-transparency",[55,614,566],{"className":615},[565],[16,617,619],{"className":618,"href":173},[52],[52,620,292],{},[55,622,566],{"className":623},[565],[16,625,628],{"className":626,"href":627},[52],"#set-transparency",[52,629,288],{},[55,631,566],{"className":632},[565],[16,634,637],{"className":635,"href":636},[52],"#hue-of",[52,638,81],{},[55,640,566],{"className":641},[565],[16,643,646],{"className":644,"href":645},[52],"#with-hue",[52,647,648],{},"palette:with-hue",[55,650,566],{"className":651},[565],[16,653,656],{"className":654,"href":655},[52],"#hue",[52,657,658],{},"palette:hue",[55,660,566],{"className":661},[565],[16,663,666],{"className":664,"href":665},[52],"#set-hue",[52,667,668],{},"palette:set-hue",[55,670,566],{"className":671},[565],[16,673,676],{"className":674,"href":675},[52],"#saturation-of",[52,677,678],{},"palette:saturation-of",[55,680,566],{"className":681},[565],[16,683,686],{"className":684,"href":685},[52],"#with-saturation",[52,687,688],{},"palette:with-saturation",[55,690,566],{"className":691},[565],[16,693,696],{"className":694,"href":695},[52],"#saturation",[52,697,698],{},"palette:saturation",[55,700,566],{"className":701},[565],[16,703,706],{"className":704,"href":705},[52],"#set-saturation",[52,707,88],{},[55,709,566],{"className":710},[565],[16,712,715],{"className":713,"href":714},[52],"#brightness-of",[52,716,717],{},"palette:brightness-of",[55,719,566],{"className":720},[565],[16,722,725],{"className":723,"href":724},[52],"#with-brightness",[52,726,727],{},"palette:with-brightness",[55,729,566],{"className":730},[565],[16,732,735],{"className":733,"href":734},[52],"#brightness",[52,736,737],{},"palette:brightness",[55,739,566],{"className":740},[565],[16,742,745],{"className":743,"href":744},[52],"#set-brightness",[52,746,747],{},"palette:set-brightness",[55,749,566],{"className":750},[565],[16,752,755],{"className":753,"href":754},[52],"#r-of",[52,756,757],{},"palette:R-of",[55,759,566],{"className":760},[565],[16,762,765],{"className":763,"href":764},[52],"#with-r",[52,766,767],{},"palette:with-R",[55,769,566],{"className":770},[565],[16,772,775],{"className":773,"href":774},[52],"#r",[52,776,777],{},"palette:R",[55,779,566],{"className":780},[565],[16,782,785],{"className":783,"href":784},[52],"#set-r",[52,786,787],{},"palette:set-R",[55,789,566],{"className":790},[565],[16,792,795],{"className":793,"href":794},[52],"#g-of",[52,796,797],{},"palette:G-of",[55,799,566],{"className":800},[565],[16,802,805],{"className":803,"href":804},[52],"#with-g",[52,806,807],{},"palette:with-G",[55,809,566],{"className":810},[565],[16,812,815],{"className":813,"href":814},[52],"#g",[52,816,817],{},"palette:G",[55,819,566],{"className":820},[565],[16,822,825],{"className":823,"href":824},[52],"#set-g",[52,826,827],{},"palette:set-G",[55,829,566],{"className":830},[565],[16,832,835],{"className":833,"href":834},[52],"#b-of",[52,836,837],{},"palette:B-of",[55,839,566],{"className":840},[565],[16,842,845],{"className":843,"href":844},[52],"#with-b",[52,846,847],{},"palette:with-B",[55,849,566],{"className":850},[565],[16,852,855],{"className":853,"href":854},[52],"#b",[52,856,857],{},"palette:B",[55,859,566],{"className":860},[565],[16,862,865],{"className":863,"href":864},[52],"#set-b",[52,866,867],{},"palette:set-B",[55,869,566],{"className":870},[565],[16,872,875],{"className":873,"href":874},[52],"#scale-gradient",[52,876,96],{},[55,878,566],{"className":879},[565],[16,881,884],{"className":882,"href":883},[52],"#scale-gradient-hsb",[52,885,886],{},"palette:scale-gradient-hsb",[55,888,566],{"className":889},[565],[16,891,894],{"className":892,"href":893},[52],"#scheme-colors",[52,895,896],{},"palette:scheme-colors",[55,898,566],{"className":899},[565],[16,901,904],{"className":902,"href":903},[52],"#scale-scheme",[52,905,102],{},[55,907,566],{"className":908},[565],[16,910,913],{"className":911,"href":912},[52],"#scheme-dialog",[52,914,915],{},"palette:scheme-dialog",[113,917,920],{"id":918,"className":919},"all-primitives",[14],[16,921,924],{"className":922,"href":923},[19],"#all-primitives","All Primitives",[548,926,553,930,553,936,953,959,962],{"className":927,"id":929},[928],"dict_entry","alpha-of",[113,931,933,934,553],{"id":932},"palettealpha-of","\n    ",[16,935,560],{"href":557},[123,937,940],{"id":938,"className":939},"palettealpha-of-color",[14],[16,941,933,944,553],{"className":942,"href":943},[19],"#----palettealpha-of-color--",[55,945,948,949],{"className":946},[947],"prim_example","palette:alpha-of ",[950,951,952],"i",{},"color",[33,954,955,956,958],{},"Reports a value in the range 0 to 255 representing the alpha of the given NL, RGB or RGBA ",[179,957,952],{},". The alpha value of an NL or RGB color is 255.",[33,960,961],{},"Example:",[49,963,964],{},[52,965,966,278,970,278,973,278,978,983,985,278,988,61,991,278,995,278,999,278,1003,1007,1008],{},[55,967,969],{"className":968},[58,276],"show",[55,971,560],{"className":972},[58,65],[55,974,977],{"className":975},[58,976],"constant","red",[55,979,982],{"className":980},[58,981],"comment",";; 255",[83,984],{},[55,986,969],{"className":987},[58,276],[55,989,560],{"className":990},[58,65],[55,992,994],{"className":993},[58,301],"3",[55,996,998],{"className":997},[58,301],"14",[55,1000,1002],{"className":1001},[58,301],"159",[55,1004,1006],{"className":1005},[58,301],"26","] ",[55,1009,1011],{"className":1010},[58,981],";; 26",[548,1013,553,1016,553,1021,1037,1046,1048],{"className":1014,"id":1015},[928],"with-alpha",[113,1017,933,1019,553],{"id":1018},"palettewith-alpha",[16,1020,574],{"href":571},[123,1022,1025],{"id":1023,"className":1024},"color-palettewith-alpha-number",[14],[16,1026,933,1029,553],{"className":1027,"href":1028},[19],"#----color-palettewith-alpha-number--",[55,1030,1032,1034,1035],{"className":1031},[947],[950,1033,952],{}," palette:with-alpha ",[950,1036,301],{},[33,1038,1039,1040,1042,1043,1045],{},"Reports an RGBA color with alpha component equal to ",[179,1041,301],{}," and the RGB content of ",[179,1044,952],{},". An error message results if alpha is not in the range from 0 to 255.",[33,1047,961],{},[49,1049,1050],{},[52,1051,1052,61,1055,278,1059,278,1063,278,1067,1007,1071,278,1074,278,1078],{},[55,1053,969],{"className":1054},[58,276],[55,1056,1058],{"className":1057},[58,301],"12",[55,1060,1062],{"className":1061},[58,301],"34",[55,1064,1066],{"className":1065},[58,301],"55",[55,1068,1070],{"className":1069},[58,301],"6",[55,1072,574],{"className":1073},[58,65],[55,1075,1077],{"className":1076},[58,301],"99",[55,1079,1081],{"className":1080},[58,981],";; [12 34 55 99]",[548,1083,553,1086,553,1091,1102,1105,1107],{"className":1084,"id":1085},[928],"alpha",[113,1087,933,1089,553],{"id":1088},"palettealpha",[16,1090,327],{"href":581},[123,1092,1095],{"id":1093,"className":1094},"palettealpha-1",[14],[16,1096,933,1099,553],{"className":1097,"href":1098},[19],"#----palettealpha---1",[55,1100,327],{"className":1101},[947],[33,1103,1104],{},"Get the alpha value of the color of the agent. The alpha value of an NL or RGB color is 255.",[33,1106,961],{},[49,1108,1109],{},[52,1110,1111,61,1114,1007,1117,278,1121],{},[55,1112,969],{"className":1113},[58,276],[55,1115,327],{"className":1116},[58,65],[55,1118,1120],{"className":1119},[58,282],"of",[55,1122,283],{"className":1123},[58,282],[548,1125,553,1128,553,1133,1147,1156,1158],{"className":1126,"id":1127},[928],"set-alpha",[113,1129,933,1131,553],{"id":1130},"paletteset-alpha",[16,1132,315],{"href":590},[123,1134,1137],{"id":1135,"className":1136},"paletteset-alpha-number",[14],[16,1138,933,1141,553],{"className":1139,"href":1140},[19],"#----paletteset-alpha-number--",[55,1142,1144,1145],{"className":1143},[947],"palette:set-alpha ",[950,1146,301],{},[33,1148,1149,1150,1152,1153,1155],{},"Set the color of the agent to the RGBA color with alpha value ",[179,1151,301],{}," and the RGB content of the color of the turtle or link (or patch in NetLogo3D). An error message results if ",[179,1154,301],{}," is not in the range 0 to 255.",[33,1157,961],{},[49,1159,1160],{},[52,1161,1162,278,1165,61,1168,278,1171,66],{},[55,1163,277],{"className":1164},[58,276],[55,1166,283],{"className":1167},[58,282],[55,1169,315],{"className":1170},[58,65],[55,1172,355],{"className":1173},[58,301],[548,1175,553,1178,553,1183,1197,1203,1205],{"className":1176,"id":1177},[928],"transparency-of",[113,1179,933,1181,553],{"id":1180},"palettetransparency-of",[16,1182,602],{"href":599},[123,1184,1187],{"id":1185,"className":1186},"palettetransparency-of-color",[14],[16,1188,933,1191,553],{"className":1189,"href":1190},[19],"#----palettetransparency-of-color--",[55,1192,1194,1195],{"className":1193},[947],"palette:transparency-of ",[950,1196,952],{},[33,1198,1199,1200,1202],{},"Reports a value in the range 0 to 100 representing the percent transparency of the given NL, RGB or RGBA ",[179,1201,952],{},". The percent transparency of an NL or RGB color is 0.",[33,1204,961],{},[49,1206,1207],{},[52,1208,1209,278,1212,61,1215,278,1218,278,1221,278,1224,1007,1227,1231,1233,278,1236,278,1239,278,1242,1246],{},[55,1210,969],{"className":1211},[58,276],[55,1213,602],{"className":1214},[58,65],[55,1216,355],{"className":1217},[58,301],[55,1219,355],{"className":1220},[58,301],[55,1222,355],{"className":1223},[58,301],[55,1225,355],{"className":1226},[58,301],[55,1228,1230],{"className":1229},[58,981],";; 60.7843137254902",[83,1232],{},[55,1234,969],{"className":1235},[58,276],[55,1237,602],{"className":1238},[58,65],[55,1240,977],{"className":1241},[58,976],[55,1243,1245],{"className":1244},[58,981],";; 0",[83,1247],{},[548,1249,553,1252,553,1257,1273,1284,1286],{"className":1250,"id":1251},[928],"with-transparency",[113,1253,933,1255,553],{"id":1254},"palettewith-transparency",[16,1256,612],{"href":609},[123,1258,1261],{"id":1259,"className":1260},"color-palettewith-transparency-number",[14],[16,1262,933,1265,553],{"className":1263,"href":1264},[19],"#----color-palettewith-transparency-number--",[55,1266,1268,1270,1271],{"className":1267},[947],[950,1269,952],{}," palette:with-transparency ",[950,1272,301],{},[33,1274,1275,1276,1042,1278,1280,1281,1283],{},"Reports an RGBA color with an alpha value equivalent to the transparency ",[179,1277,301],{},[179,1279,952],{},". An error message results if ",[179,1282,301],{}," is not in the range 0 to 100.",[33,1285,961],{},[49,1287,1288],{},[52,1289,1290,278,1293,278,1296,278,1299,278,1302],{},[55,1291,969],{"className":1292},[58,276],[55,1294,977],{"className":1295},[58,976],[55,1297,612],{"className":1298},[58,65],[55,1300,355],{"className":1301},[58,301],[55,1303,1305],{"className":1304},[58,981],";; [215 50 41 0]",[548,1307,553,1309,553,1314,1325,1328,1330],{"className":1308,"id":168},[928],[113,1310,933,1312,553],{"id":1311},"palettetransparency",[16,1313,292],{"href":173},[123,1315,1318],{"id":1316,"className":1317},"palettetransparency-1",[14],[16,1319,933,1322,553],{"className":1320,"href":1321},[19],"#----palettetransparency---1",[55,1323,292],{"className":1324},[947],[33,1326,1327],{},"Reports the transparency equivalent of the agent’s alpha.",[33,1329,961],{},[49,1331,1332],{},[52,1333,1334,61,1337,1007,1340,278,1343],{},[55,1335,969],{"className":1336},[58,276],[55,1338,292],{"className":1339},[58,65],[55,1341,1120],{"className":1342},[58,282],[55,1344,283],{"className":1345},[58,282],[548,1347,553,1350,553,1355,1369,1377,1379],{"className":1348,"id":1349},[928],"set-transparency",[113,1351,933,1353,553],{"id":1352},"paletteset-transparency",[16,1354,288],{"href":627},[123,1356,1359],{"id":1357,"className":1358},"paletteset-transparency-number",[14],[16,1360,933,1363,553],{"className":1361,"href":1362},[19],"#----paletteset-transparency-number--",[55,1364,1366,1367],{"className":1365},[947],"palette:set-transparency ",[950,1368,301],{},[33,1370,1371,1372,1374,1375,1283],{},"Set the color of the agent to the RGBA color with alpha value equivalent to the transparency ",[179,1373,301],{}," and the RGB content of the color of the turtle or link. An error message results if ",[179,1376,301],{},[33,1378,961],{},[49,1380,1381],{},[52,1382,1383,278,1386,61,1389,278,1392,66],{},[55,1384,277],{"className":1385},[58,276],[55,1387,283],{"className":1388},[58,282],[55,1390,288],{"className":1391},[58,65],[55,1393,1395],{"className":1394},[58,301],"30",[548,1397,553,1400,553,1405,1419,1424,1426],{"className":1398,"id":1399},[928],"hue-of",[113,1401,933,1403,553],{"id":1402},"palettehue-of",[16,1404,81],{"href":636},[123,1406,1409],{"id":1407,"className":1408},"palettehue-of-color",[14],[16,1410,933,1413,553],{"className":1411,"href":1412},[19],"#----palettehue-of-color--",[55,1414,1416,1417],{"className":1415},[947],"palette:hue-of ",[950,1418,952],{},[33,1420,1421,1422,527],{},"Reports a value in the range 0 to 360 representing the hue component in HSB color space of the given NL, RGB or RGBA ",[179,1423,952],{},[33,1425,961],{},[49,1427,1428],{},[52,1429,1430,278,1433,278,1436,278,1439],{},[55,1431,969],{"className":1432},[58,276],[55,1434,81],{"className":1435},[58,65],[55,1437,977],{"className":1438},[58,976],[55,1440,1442],{"className":1441},[58,981],";; 3.103",[548,1444,553,1447,553,1452,1468,1480,1482],{"className":1445,"id":1446},[928],"with-hue",[113,1448,933,1450,553],{"id":1449},"palettewith-hue",[16,1451,648],{"href":645},[123,1453,1456],{"id":1454,"className":1455},"color-palettewith-hue-number",[14],[16,1457,933,1460,553],{"className":1458,"href":1459},[19],"#----color-palettewith-hue-number--",[55,1461,1463,1465,1466],{"className":1462},[947],[950,1464,952],{}," palette:with-hue ",[950,1467,301],{},[33,1469,1470,1471,1473,1474,1476,1477,1479],{},"Reports an RGBA color with hue component in HSB color space equal to ",[179,1472,301],{}," and the other HSB components of the input ",[179,1475,952],{}," unchanged. An error message results if ",[179,1478,301],{}," is not in the range 0 to 360.",[33,1481,961],{},[49,1483,1484],{},[52,1485,1486,278,1489,278,1492,278,1495,278,1498],{},[55,1487,969],{"className":1488},[58,276],[55,1490,977],{"className":1491},[58,976],[55,1493,648],{"className":1494},[58,65],[55,1496,355],{"className":1497},[58,301],[55,1499,1501],{"className":1500},[58,981],";; [99 215 41]",[548,1503,553,1506,553,1511,1522,1525,1527],{"className":1504,"id":1505},[928],"hue",[113,1507,933,1509,553],{"id":1508},"palettehue",[16,1510,658],{"href":655},[123,1512,1515],{"id":1513,"className":1514},"palettehue-1",[14],[16,1516,933,1519,553],{"className":1517,"href":1518},[19],"#----palettehue---1",[55,1520,658],{"className":1521},[947],[33,1523,1524],{},"Reports a number in the range 0 to 360 that represents the hue of an agent’s color or pcolor.",[33,1526,961],{},[49,1528,1529],{},[52,1530,1531,278,1535,61,1539,278,1543,278,1546,66,1549,1551,1552,1007,1555,278,1558,278,1562,278,1565,1568],{},[55,1532,1534],{"className":1533},[58,276],"crt",[55,1536,1538],{"className":1537},[58,301],"1",[55,1540,1542],{"className":1541},[58,276],"set",[55,1544,952],{"className":1545},[58,282],[55,1547,977],{"className":1548},[58,976],[83,1550],{},"[",[55,1553,658],{"className":1554},[58,65],[55,1556,1120],{"className":1557},[58,282],[55,1559,1561],{"className":1560},[58,282],"turtle",[55,1563,388],{"className":1564},[58,301],[55,1566,1442],{"className":1567},[58,981],[83,1569],{},[548,1571,553,1574,553,1579,1593,1602,1604],{"className":1572,"id":1573},[928],"set-hue",[113,1575,933,1577,553],{"id":1576},"paletteset-hue",[16,1578,668],{"href":665},[123,1580,1583],{"id":1581,"className":1582},"paletteset-hue-number",[14],[16,1584,933,1587,553],{"className":1585,"href":1586},[19],"#----paletteset-hue-number--",[55,1588,1590,1591],{"className":1589},[947],"palette:set-hue ",[950,1592,301],{},[33,1594,1595,1596,1598,1599,1601],{},"Changes an agent’s hue value to ",[179,1597,301],{},", leaving the other HSB components unchanged. An error message results if ",[179,1600,301],{}," is not in the range from 0 to 360.",[33,1603,961],{},[49,1605,1606],{},[52,1607,1608,278,1611,61,1614,278,1617,66],{},[55,1609,277],{"className":1610},[58,276],[55,1612,283],{"className":1613},[58,282],[55,1615,668],{"className":1616},[58,65],[55,1618,1395],{"className":1619},[58,301],[548,1621,553,1624,553,1629,1643,1648,1650],{"className":1622,"id":1623},[928],"saturation-of",[113,1625,933,1627,553],{"id":1626},"palettesaturation-of",[16,1628,678],{"href":675},[123,1630,1633],{"id":1631,"className":1632},"palettesaturation-of-color",[14],[16,1634,933,1637,553],{"className":1635,"href":1636},[19],"#----palettesaturation-of-color--",[55,1638,1640,1641],{"className":1639},[947],"palette:saturation-of ",[950,1642,952],{},[33,1644,1645,1646,527],{},"Reports a value in the range 0 to 100 representing the saturation component in HSB color space of the given NL, RGB or RGBA ",[179,1647,952],{},[33,1649,961],{},[49,1651,1652],{},[52,1653,1654,278,1657,278,1660,278,1663],{},[55,1655,969],{"className":1656},[58,276],[55,1658,678],{"className":1659},[58,65],[55,1661,977],{"className":1662},[58,976],[55,1664,1666],{"className":1665},[58,981],";; 80.93",[548,1668,553,1671,553,1676,1692,1701,1703],{"className":1669,"id":1670},[928],"with-saturation",[113,1672,933,1674,553],{"id":1673},"palettewith-saturation",[16,1675,688],{"href":685},[123,1677,1680],{"id":1678,"className":1679},"color-palettewith-saturation-number",[14],[16,1681,933,1684,553],{"className":1682,"href":1683},[19],"#----color-palettewith-saturation-number--",[55,1685,1687,1689,1690],{"className":1686},[947],[950,1688,952],{}," palette:with-saturation ",[950,1691,301],{},[33,1693,1694,1695,1473,1697,1476,1699,1283],{},"Reports an RGBA color with saturation component in HSB color space equal to ",[179,1696,301],{},[179,1698,952],{},[179,1700,301],{},[33,1702,961],{},[49,1704,1705],{},[52,1706,1707,278,1710,278,1713,278,1716,278,1720],{},[55,1708,969],{"className":1709},[58,276],[55,1711,977],{"className":1712},[58,976],[55,1714,688],{"className":1715},[58,65],[55,1717,1719],{"className":1718},[58,301],"50",[55,1721,1723],{"className":1722},[58,981],";; [215 113 108]",[548,1725,553,1728,553,1733,1744,1747,1749],{"className":1726,"id":1727},[928],"saturation",[113,1729,933,1731,553],{"id":1730},"palettesaturation",[16,1732,698],{"href":695},[123,1734,1737],{"id":1735,"className":1736},"palettesaturation-1",[14],[16,1738,933,1741,553],{"className":1739,"href":1740},[19],"#----palettesaturation---1",[55,1742,698],{"className":1743},[947],[33,1745,1746],{},"Reports a number in the range 0 to 100 that represents the saturation of an agent’s color or pcolor.",[33,1748,961],{},[49,1750,1751],{},[52,1752,1753,278,1756,61,1759,278,1762,278,1765,66,1768,1551,1770,1007,1773,278,1776,278,1779,278,1782,1785],{},[55,1754,1534],{"className":1755},[58,276],[55,1757,1538],{"className":1758},[58,301],[55,1760,1542],{"className":1761},[58,276],[55,1763,952],{"className":1764},[58,282],[55,1766,977],{"className":1767},[58,976],[83,1769],{},[55,1771,698],{"className":1772},[58,65],[55,1774,1120],{"className":1775},[58,282],[55,1777,1561],{"className":1778},[58,282],[55,1780,388],{"className":1781},[58,301],[55,1783,1666],{"className":1784},[58,981],[83,1786],{},[548,1788,553,1791,553,1796,1810,1816,1818],{"className":1789,"id":1790},[928],"set-saturation",[113,1792,933,1794,553],{"id":1793},"paletteset-saturation",[16,1795,88],{"href":705},[123,1797,1800],{"id":1798,"className":1799},"paletteset-saturation-number",[14],[16,1801,933,1804,553],{"className":1802,"href":1803},[19],"#----paletteset-saturation-number--",[55,1805,1807,1808],{"className":1806},[947],"palette:set-saturation ",[950,1809,301],{},[33,1811,1812,1813,1815],{},"Changes an agent’s saturation leaving the other HSB components unchanged. An error message results if ",[179,1814,301],{}," is not in the range from 0 to 100.",[33,1817,961],{},[49,1819,1820],{},[52,1821,1822,278,1825,61,1828,278,1831,66],{},[55,1823,277],{"className":1824},[58,276],[55,1826,283],{"className":1827},[58,282],[55,1829,88],{"className":1830},[58,65],[55,1832,1395],{"className":1833},[58,301],[548,1835,553,1838,553,1843,1857,1862,1864],{"className":1836,"id":1837},[928],"brightness-of",[113,1839,933,1841,553],{"id":1840},"palettebrightness-of",[16,1842,717],{"href":714},[123,1844,1847],{"id":1845,"className":1846},"palettebrightness-of-color",[14],[16,1848,933,1851,553],{"className":1849,"href":1850},[19],"#----palettebrightness-of-color--",[55,1852,1854,1855],{"className":1853},[947],"palette:brightness-of ",[950,1856,952],{},[33,1858,1859,1860,527],{},"Reports a value in the range 0 to 100 representing the brightness component in HSB color space of the given NL, RGB or RGBA ",[179,1861,952],{},[33,1863,961],{},[49,1865,1866],{},[52,1867,1868,278,1871,278,1874,278,1877],{},[55,1869,969],{"className":1870},[58,276],[55,1872,717],{"className":1873},[58,65],[55,1875,977],{"className":1876},[58,976],[55,1878,1880],{"className":1879},[58,981],";; 84.314",[548,1882,553,1885,553,1890,1906,1915,1917],{"className":1883,"id":1884},[928],"with-brightness",[113,1886,933,1888,553],{"id":1887},"palettewith-brightness",[16,1889,727],{"href":724},[123,1891,1894],{"id":1892,"className":1893},"color-palettewith-brightness-number",[14],[16,1895,933,1898,553],{"className":1896,"href":1897},[19],"#----color-palettewith-brightness-number--",[55,1899,1901,1903,1904],{"className":1900},[947],[950,1902,952],{}," palette:with-brightness ",[950,1905,301],{},[33,1907,1908,1909,1473,1911,1476,1913,1283],{},"Reports an RGBA color with brightness component in HSB color space equal to ",[179,1910,301],{},[179,1912,952],{},[179,1914,301],{},[33,1916,961],{},[49,1918,1919],{},[52,1920,1921,278,1924,278,1927,278,1930,278,1933],{},[55,1922,969],{"className":1923},[58,276],[55,1925,977],{"className":1926},[58,976],[55,1928,727],{"className":1929},[58,65],[55,1931,1719],{"className":1932},[58,301],[55,1934,1936],{"className":1935},[58,981],";; [128 30 24]",[548,1938,553,1941,553,1946,1957,1960,1962],{"className":1939,"id":1940},[928],"brightness",[113,1942,933,1944,553],{"id":1943},"palettebrightness",[16,1945,737],{"href":734},[123,1947,1950],{"id":1948,"className":1949},"palettebrightness-1",[14],[16,1951,933,1954,553],{"className":1952,"href":1953},[19],"#----palettebrightness---1",[55,1955,737],{"className":1956},[947],[33,1958,1959],{},"Reports a number in the range 0 to 100 that represents the brightness of an agent’s color or pcolor.",[33,1961,961],{},[49,1963,1964],{},[52,1965,1966,278,1969,61,1972,278,1975,278,1978,66,1981,1551,1983,1007,1986,278,1989,278,1992,278,1995,1998],{},[55,1967,1534],{"className":1968},[58,276],[55,1970,1538],{"className":1971},[58,301],[55,1973,1542],{"className":1974},[58,276],[55,1976,952],{"className":1977},[58,282],[55,1979,977],{"className":1980},[58,976],[83,1982],{},[55,1984,737],{"className":1985},[58,65],[55,1987,1120],{"className":1988},[58,282],[55,1990,1561],{"className":1991},[58,282],[55,1993,388],{"className":1994},[58,301],[55,1996,1880],{"className":1997},[58,981],[83,1999],{},[548,2001,553,2004,553,2009,2023,2028,2030],{"className":2002,"id":2003},[928],"set-brightness",[113,2005,933,2007,553],{"id":2006},"paletteset-brightness",[16,2008,747],{"href":744},[123,2010,2013],{"id":2011,"className":2012},"paletteset-brightness-number",[14],[16,2014,933,2017,553],{"className":2015,"href":2016},[19],"#----paletteset-brightness-number--",[55,2018,2020,2021],{"className":2019},[947],"palette:set-brightness ",[950,2022,301],{},[33,2024,2025,2026,1815],{},"Changes an agent’s brightness leaving the other HSB components unchanged. An error message results if ",[179,2027,301],{},[33,2029,961],{},[49,2031,2032],{},[52,2033,2034,278,2037,61,2040,278,2043,66],{},[55,2035,277],{"className":2036},[58,276],[55,2038,283],{"className":2039},[58,282],[55,2041,747],{"className":2042},[58,65],[55,2044,1395],{"className":2045},[58,301],[548,2047,553,2050,553,2055,2069,2074,2076],{"className":2048,"id":2049},[928],"r-of",[113,2051,933,2053,553],{"id":2052},"paletter-of",[16,2054,757],{"href":754},[123,2056,2059],{"id":2057,"className":2058},"paletter-of-color",[14],[16,2060,933,2063,553],{"className":2061,"href":2062},[19],"#----paletter-of-color--",[55,2064,2066,2067],{"className":2065},[947],"palette:R-of ",[950,2068,952],{},[33,2070,2071,2072,527],{},"Reports a value in the range 0 to 255 representing the red component in the RGB color space of the given NL, RGB or RGBA ",[179,2073,952],{},[33,2075,961],{},[49,2077,2078],{},[52,2079,2080,278,2083,278,2086,278,2089],{},[55,2081,969],{"className":2082},[58,276],[55,2084,757],{"className":2085},[58,65],[55,2087,977],{"className":2088},[58,976],[55,2090,2092],{"className":2091},[58,981],";; 215",[548,2094,553,2097,553,2102,2118,2128,2130],{"className":2095,"id":2096},[928],"with-r",[113,2098,933,2100,553],{"id":2099},"palettewith-r",[16,2101,767],{"href":764},[123,2103,2106],{"id":2104,"className":2105},"color-palettewith-r-number",[14],[16,2107,933,2110,553],{"className":2108,"href":2109},[19],"#----color-palettewith-r-number--",[55,2111,2113,2115,2116],{"className":2112},[947],[950,2114,952],{}," palette:with-R ",[950,2117,301],{},[33,2119,2120,2121,2123,2124,1476,2126,1155],{},"Reports an RGBA color with red component in RGB color space equal to ",[179,2122,301],{}," and the other RGB components of the input ",[179,2125,952],{},[179,2127,301],{},[33,2129,961],{},[49,2131,2132],{},[52,2133,2134,278,2137,278,2140,278,2143,278,2146],{},[55,2135,969],{"className":2136},[58,276],[55,2138,977],{"className":2139},[58,976],[55,2141,767],{"className":2142},[58,65],[55,2144,1719],{"className":2145},[58,301],[55,2147,2149],{"className":2148},[58,981],";; [50 50 41]",[548,2151,553,2154,553,2159,2170,2173,2175],{"className":2152,"id":2153},[928],"r",[113,2155,933,2157,553],{"id":2156},"paletter",[16,2158,777],{"href":774},[123,2160,2163],{"id":2161,"className":2162},"paletter-1",[14],[16,2164,933,2167,553],{"className":2165,"href":2166},[19],"#----paletter---1",[55,2168,777],{"className":2169},[947],[33,2171,2172],{},"Reports a number in the range 0 to 255 that represents the red of an agent’s color or pcolor.",[33,2174,961],{},[49,2176,2177],{},[52,2178,2179,278,2182,61,2185,278,2188,278,2191,66,2194,1551,2196,1007,2199,278,2202,278,2205,278,2208,2211],{},[55,2180,1534],{"className":2181},[58,276],[55,2183,1538],{"className":2184},[58,301],[55,2186,1542],{"className":2187},[58,276],[55,2189,952],{"className":2190},[58,282],[55,2192,977],{"className":2193},[58,976],[83,2195],{},[55,2197,777],{"className":2198},[58,65],[55,2200,1120],{"className":2201},[58,282],[55,2203,1561],{"className":2204},[58,282],[55,2206,388],{"className":2207},[58,301],[55,2209,2092],{"className":2210},[58,981],[83,2212],{},[548,2214,553,2217,553,2222,2236,2242,2244],{"className":2215,"id":2216},[928],"set-r",[113,2218,933,2220,553],{"id":2219},"paletteset-r",[16,2221,787],{"href":784},[123,2223,2226],{"id":2224,"className":2225},"paletteset-r-number",[14],[16,2227,933,2230,553],{"className":2228,"href":2229},[19],"#----paletteset-r-number--",[55,2231,2233,2234],{"className":2232},[947],"palette:set-R ",[950,2235,301],{},[33,2237,2238,2239,2241],{},"Changes an agent’s red component of its RGB/A color leaving the other RGB components unchanged. An error message results if ",[179,2240,301],{}," is not in the range from 0 to 255.",[33,2243,961],{},[49,2245,2246],{},[52,2247,2248,278,2251,61,2254,278,2257,66],{},[55,2249,277],{"className":2250},[58,276],[55,2252,283],{"className":2253},[58,282],[55,2255,787],{"className":2256},[58,65],[55,2258,1395],{"className":2259},[58,301],[548,2261,553,2264,553,2269,2283,2288],{"className":2262,"id":2263},[928],"g-of",[113,2265,933,2267,553],{"id":2266},"paletteg-of",[16,2268,797],{"href":794},[123,2270,2273],{"id":2271,"className":2272},"paletteg-of-color",[14],[16,2274,933,2277,553],{"className":2275,"href":2276},[19],"#----paletteg-of-color--",[55,2278,2280,2281],{"className":2279},[947],"palette:G-of ",[950,2282,952],{},[33,2284,2285,2286,527],{},"Reports a value in the range 0 to 255 representing the green component in the RGB color space of the given NL, RGB or RGBA ",[179,2287,952],{},[33,2289,2290,2291],{},"Example:\n",[52,2292,2293,278,2296,278,2299,278,2302],{},[55,2294,969],{"className":2295},[58,276],[55,2297,797],{"className":2298},[58,65],[55,2300,977],{"className":2301},[58,976],[55,2303,2305],{"className":2304},[58,981],";; 50",[548,2307,553,2310,553,2315,2331,2340],{"className":2308,"id":2309},[928],"with-g",[113,2311,933,2313,553],{"id":2312},"palettewith-g",[16,2314,807],{"href":804},[123,2316,2319],{"id":2317,"className":2318},"color-palettewith-g-number",[14],[16,2320,933,2323,553],{"className":2321,"href":2322},[19],"#----color-palettewith-g-number--",[55,2324,2326,2328,2329],{"className":2325},[947],[950,2327,952],{}," palette:with-G ",[950,2330,301],{},[33,2332,2333,2334,2123,2336,1476,2338,1155],{},"Reports an RGBA color with green component in RGB color space equal to ",[179,2335,301],{},[179,2337,952],{},[179,2339,301],{},[33,2341,2290,2342],{},[52,2343,2344,278,2347,278,2350,278,2353,278,2357],{},[55,2345,969],{"className":2346},[58,276],[55,2348,977],{"className":2349},[58,976],[55,2351,807],{"className":2352},[58,65],[55,2354,2356],{"className":2355},[58,301],"56",[55,2358,2360],{"className":2359},[58,981],";; [215 56 41]",[548,2362,553,2365,553,2370,2381,2384,2386],{"className":2363,"id":2364},[928],"g",[113,2366,933,2368,553],{"id":2367},"paletteg",[16,2369,817],{"href":814},[123,2371,2374],{"id":2372,"className":2373},"paletteg-1",[14],[16,2375,933,2378,553],{"className":2376,"href":2377},[19],"#----paletteg---1",[55,2379,817],{"className":2380},[947],[33,2382,2383],{},"Reports a number in the range 0 to 255 that represents the green of an agent’s color or pcolor.",[33,2385,961],{},[49,2387,2388],{},[52,2389,2390,278,2393,61,2396,278,2399,278,2402,66,2405,1551,2407,1007,2410,278,2413,278,2416,278,2419,2422],{},[55,2391,1534],{"className":2392},[58,276],[55,2394,1538],{"className":2395},[58,301],[55,2397,1542],{"className":2398},[58,276],[55,2400,952],{"className":2401},[58,282],[55,2403,977],{"className":2404},[58,976],[83,2406],{},[55,2408,817],{"className":2409},[58,65],[55,2411,1120],{"className":2412},[58,282],[55,2414,1561],{"className":2415},[58,282],[55,2417,388],{"className":2418},[58,301],[55,2420,2305],{"className":2421},[58,981],[83,2423],{},[548,2425,553,2428,553,2433,2447,2452,2454],{"className":2426,"id":2427},[928],"set-g",[113,2429,933,2431,553],{"id":2430},"paletteset-g",[16,2432,827],{"href":824},[123,2434,2437],{"id":2435,"className":2436},"paletteset-g-number",[14],[16,2438,933,2441,553],{"className":2439,"href":2440},[19],"#----paletteset-g-number--",[55,2442,2444,2445],{"className":2443},[947],"palette:set-G ",[950,2446,301],{},[33,2448,2449,2450,2241],{},"Changes an agent’s green component of its RGB/A color leaving the other RGB components unchanged. An error message results if ",[179,2451,301],{},[33,2453,961],{},[49,2455,2456],{},[52,2457,2458,278,2461,61,2464,278,2467,66],{},[55,2459,277],{"className":2460},[58,276],[55,2462,283],{"className":2463},[58,282],[55,2465,827],{"className":2466},[58,65],[55,2468,1395],{"className":2469},[58,301],[548,2471,553,2474,553,2479,2493,2498,2500],{"className":2472,"id":2473},[928],"b-of",[113,2475,933,2477,553],{"id":2476},"paletteb-of",[16,2478,837],{"href":834},[123,2480,2483],{"id":2481,"className":2482},"paletteb-of-color",[14],[16,2484,933,2487,553],{"className":2485,"href":2486},[19],"#----paletteb-of-color--",[55,2488,2490,2491],{"className":2489},[947],"palette:B-of ",[950,2492,952],{},[33,2494,2495,2496,527],{},"Reports a value in the range 0 to 255 representing the blue component in the RGB color space of the given NL, RGB or RGBA ",[179,2497,952],{},[33,2499,961],{},[49,2501,2502],{},[52,2503,2504,278,2507,278,2510,278,2513],{},[55,2505,969],{"className":2506},[58,276],[55,2508,837],{"className":2509},[58,65],[55,2511,977],{"className":2512},[58,976],[55,2514,2516],{"className":2515},[58,981],";; 41",[548,2518,553,2521,553,2526,2542,2551,2553],{"className":2519,"id":2520},[928],"with-b",[113,2522,933,2524,553],{"id":2523},"palettewith-b",[16,2525,847],{"href":844},[123,2527,2530],{"id":2528,"className":2529},"color-palettewith-b-number",[14],[16,2531,933,2534,553],{"className":2532,"href":2533},[19],"#----color-palettewith-b-number--",[55,2535,2537,2539,2540],{"className":2536},[947],[950,2538,952],{}," palette:with-B ",[950,2541,301],{},[33,2543,2544,2545,2123,2547,1476,2549,1155],{},"Reports an RGBA color with blue component in RGB color space equal to ",[179,2546,301],{},[179,2548,952],{},[179,2550,301],{},[33,2552,961],{},[49,2554,2555],{},[52,2556,2557,278,2560,278,2563,278,2566,278,2569],{},[55,2558,969],{"className":2559},[58,276],[55,2561,977],{"className":2562},[58,976],[55,2564,847],{"className":2565},[58,65],[55,2567,2356],{"className":2568},[58,301],[55,2570,2572],{"className":2571},[58,981],";; [215 50 56]",[548,2574,553,2577,553,2582,2593,2596,2598],{"className":2575,"id":2576},[928],"b",[113,2578,933,2580,553],{"id":2579},"paletteb",[16,2581,857],{"href":854},[123,2583,2586],{"id":2584,"className":2585},"paletteb-1",[14],[16,2587,933,2590,553],{"className":2588,"href":2589},[19],"#----paletteb---1",[55,2591,857],{"className":2592},[947],[33,2594,2595],{},"Reports a number in the range 0 to 255 that represents the blue of an agent’s color or pcolor.",[33,2597,961],{},[49,2599,2600],{},[52,2601,2602,278,2605,61,2608,278,2611,278,2614,66,2617,1551,2619,1007,2622,278,2625,278,2628,278,2631,2634],{},[55,2603,1534],{"className":2604},[58,276],[55,2606,1538],{"className":2607},[58,301],[55,2609,1542],{"className":2610},[58,276],[55,2612,952],{"className":2613},[58,282],[55,2615,977],{"className":2616},[58,976],[83,2618],{},[55,2620,857],{"className":2621},[58,65],[55,2623,1120],{"className":2624},[58,282],[55,2626,1561],{"className":2627},[58,282],[55,2629,388],{"className":2630},[58,301],[55,2632,2516],{"className":2633},[58,981],[83,2635],{},[548,2637,553,2640,553,2645,2659,2664,2666],{"className":2638,"id":2639},[928],"set-b",[113,2641,933,2643,553],{"id":2642},"paletteset-b",[16,2644,867],{"href":864},[123,2646,2649],{"id":2647,"className":2648},"paletteset-b-number",[14],[16,2650,933,2653,553],{"className":2651,"href":2652},[19],"#----paletteset-b-number--",[55,2654,2656,2657],{"className":2655},[947],"palette:set-B ",[950,2658,301],{},[33,2660,2661,2662,2241],{},"Changes an agent’s blue component of its RGB/A color leaving the other RGB components unchanged. An error message results if ",[179,2663,301],{},[33,2665,961],{},[49,2667,2668],{},[52,2669,2670,278,2673,61,2676,278,2679,66],{},[55,2671,277],{"className":2672},[58,276],[55,2674,283],{"className":2675},[58,282],[55,2677,867],{"className":2678},[58,65],[55,2680,1395],{"className":2681},[58,301],[548,2683,553,2686,553,2691,2714,2739,2754,2777,2796,2798],{"className":2684,"id":2685},[928],"scale-gradient",[113,2687,933,2689,553],{"id":2688},"palettescale-gradient",[16,2690,96],{"href":874},[123,2692,2695],{"id":2693,"className":2694},"palettescale-gradient-rgb-color-list-number-range1-range2",[14],[16,2696,933,2699,553],{"className":2697,"href":2698},[19],"#----palettescale-gradient-rgb-color-list-number-range1-range2--",[55,2700,2702,2703,278,2706,278,2708,278,2711],{"className":2701},[947],"palette:scale-gradient ",[950,2704,2705],{},"rgb-color-list",[950,2707,301],{},[950,2709,2710],{},"range1",[950,2712,2713],{},"range2",[33,2715,2716,2717,2719,2720,2722,2723,2725,2726,527],{},"Reports an RGB color proportional to ",[179,2718,301],{}," using a gradient generated with ",[179,2721,2705],{},". The ",[179,2724,2705],{}," is a list containing NL or RGB colors: e.g. ",[55,2727,2728,2729,293,2732,278,2735,2738],{},"NL1 ",[55,2730,2731],{},"r1 g1 b1",[55,2733,2734],{},"r2 g2 b2",[55,2736,2737],{},"r3 g3 b3"," NL2 …",[33,2740,2741,2742,2744,2745,2747,2748,2750,2751,2753],{},"When ",[179,2743,2710],{}," is less than or equal to ",[179,2746,2713],{},", the color will be directly mapped to gradient colors. When ",[179,2749,2713],{}," is less than ",[179,2752,2710],{},", the color gradient is inverted.",[33,2755,2756,2757,2760,2761,2763,2764,2766,2767,2744,2769,2771,2772,2774,2775,527],{},"Let ",[179,2758,2759],{},"min-range"," be the minimum of ",[179,2762,2710],{}," and ",[179,2765,2713],{},". If ",[179,2768,301],{},[179,2770,2759],{},", then the result is the same as if ",[179,2773,301],{}," was equal to ",[179,2776,2759],{},[33,2778,2756,2779,2782,2783,2763,2785,2766,2787,2789,2790,2771,2792,2774,2794,527],{},[179,2780,2781],{},"max-range"," be the maximum of ",[179,2784,2710],{},[179,2786,2713],{},[179,2788,301],{}," is greater than ",[179,2791,2781],{},[179,2793,301],{},[179,2795,2781],{},[33,2797,961],{},[49,2799,2800],{},[52,2801,2802,278,2805,2809,1551,2811,293,2813,278,2816,278,2820,2823,2824,278,2828,278,2831,2834,2835,278,2838,278,2841,2844,2845,278,2849,278,2853,2857,66,2859,2861,2863],{},[55,2803,277],{"className":2804},[58,276],[55,2806,2808],{"className":2807},[58,282],"patches",[83,2810],{},[83,2812],{},[55,2814,1542],{"className":2815},[58,276],[55,2817,2819],{"className":2818},[58,282],"pcolor",[55,2821,96],{"className":2822},[58,65]," [[",[55,2825,2827],{"className":2826},[58,301],"255",[55,2829,388],{"className":2830},[58,301],[55,2832,388],{"className":2833},[58,301],"] [",[55,2836,388],{"className":2837},[58,301],[55,2839,388],{"className":2840},[58,301],[55,2842,2827],{"className":2843},[58,301],"]] ",[55,2846,2848],{"className":2847},[58,282],"pxcor",[55,2850,2852],{"className":2851},[58,282],"min-pxcor",[55,2854,2856],{"className":2855},[58,282],"max-pxcor",[83,2858],{},[83,2860],{},[83,2862],{},[55,2864,2866],{"className":2865},[58,981],";; colors each patch with a color proportional to the gradient",[548,2868,553,2871,553,2876,2896,2914,2921,2937,2953,2955],{"className":2869,"id":2870},[928],"scale-gradient-hsb",[113,2872,933,2874,553],{"id":2873},"palettescale-gradient-hsb",[16,2875,886],{"href":883},[123,2877,2880],{"id":2878,"className":2879},"palettescale-gradient-hsb-rgb-color-list-number-range1-range2",[14],[16,2881,933,2884,553],{"className":2882,"href":2883},[19],"#----palettescale-gradient-hsb-rgb-color-list-number-range1-range2--",[55,2885,2887,2888,278,2890,278,2892,278,2894],{"className":2886},[947],"palette:scale-gradient-hsb ",[950,2889,2705],{},[950,2891,301],{},[950,2893,2710],{},[950,2895,2713],{},[33,2897,2898,2899,2719,2901,2722,2904,2906,2907,278,2910,2913],{},"Reports an RGB color equivalent to a color in HSB space proportional to ",[179,2900,301],{},[179,2902,2903],{},"hsb-list",[179,2905,2903],{}," is a list containing three-element lists of HSB colors: [[h1 s1 b1] ",[55,2908,2909],{},"h2 s2 b2",[55,2911,2912],{},"h3 s3 b3","  …].",[33,2915,2741,2916,2744,2918,2920],{},[179,2917,2710],{},[179,2919,2713],{},", the HSB color will be directly mapped to gradient HSB colors. When range2 is less than range1, the color gradient is inverted.",[33,2922,2756,2923,2760,2925,2763,2927,2766,2929,2744,2931,2771,2933,2774,2935,527],{},[179,2924,2759],{},[179,2926,2710],{},[179,2928,2713],{},[179,2930,301],{},[179,2932,2759],{},[179,2934,301],{},[179,2936,2759],{},[33,2938,2756,2939,2782,2941,2763,2943,2766,2945,2789,2947,2771,2949,2774,2951,527],{},[179,2940,2781],{},[179,2942,2710],{},[179,2944,2713],{},[179,2946,301],{},[179,2948,2781],{},[179,2950,301],{},[179,2952,2781],{},[33,2954,961],{},[49,2956,2957],{},[52,2958,2959,278,2962,2965,1551,2967,2969,278,2972,61,2975,278,2978,278,2981,2823,2984,278,2988,278,2991,2834,2994,278,2997,278,3001,2844,3005,278,3008,278,3011,66,3014,66,3016,3018,3020],{},[55,2960,277],{"className":2961},[58,276],[55,2963,2808],{"className":2964},[58,282],[83,2966],{},[83,2968],{},[55,2970,277],{"className":2971},[58,276],[55,2973,2808],{"className":2974},[58,282],[55,2976,1542],{"className":2977},[58,276],[55,2979,2819],{"className":2980},[58,282],[55,2982,886],{"className":2983},[58,65],[55,2985,2987],{"className":2986},[58,301],"200",[55,2989,1719],{"className":2990},[58,301],[55,2992,1719],{"className":2993},[58,301],[55,2995,355],{"className":2996},[58,301],[55,2998,3000],{"className":2999},[58,301],"60",[55,3002,3004],{"className":3003},[58,301],"70",[55,3006,2848],{"className":3007},[58,282],[55,3009,2852],{"className":3010},[58,282],[55,3012,2856],{"className":3013},[58,282],[83,3015],{},[83,3017],{},[83,3019],{},[55,3021,2866],{"className":3022},[58,981],[548,3024,553,3027,553,3032,3053,3069,3071],{"className":3025,"id":3026},[928],"scheme-colors",[113,3028,933,3030,553],{"id":3029},"palettescheme-colors",[16,3031,896],{"href":893},[123,3033,3036],{"id":3034,"className":3035},"palettescheme-colors-scheme-type-scheme-color-number-of-classes",[14],[16,3037,933,3040,553],{"className":3038,"href":3039},[19],"#----palettescheme-colors-scheme-type-scheme-color-number-of-classes--",[55,3041,3043,3044,278,3047,278,3050],{"className":3042},[947],"palette:scheme-colors ",[950,3045,3046],{},"scheme-type",[950,3048,3049],{},"scheme-color",[950,3051,3052],{},"number-of-classes",[33,3054,3055,3056,3058,3059,3061,3062,3064,3065,527],{},"Reports a list of RGB colors using ColorBrewer scheme of type ",[179,3057,3046],{}," with name ",[179,3060,3049],{}," containing ",[179,3063,3052],{}," colors. Scheme types are “Sequential,” “Divergent” and “Qualitative.” The choice of scheme names depends on the scheme type and includes “Reds”, “Spectral” and “Set1”. The minimum number of colors is 3 and a maximum is between 8 and 12 depending on the color scheme. For more information go to ",[16,3066,3067],{"href":3067,"rel":3068},"http://www.colorbrewer.org",[525],[33,3070,961],{},[49,3072,3073],{},[52,3074,3075,278,3078,278,3081,278,3086,278,3090,3093,3095,2823,3099,278,3103,278,3107,2834,3111,278,3114,278,3117,2834,3121,278,3125,278,3129,3133,3134,3136,3138,3140,3144,3146,278,3149,3152,3154,3155,278,3158,278,3161,278,3164,278,3167,278,3170,278,3173,278,3177,278,3180,278,3183,66],{},[55,3076,969],{"className":3077},[58,276],[55,3079,896],{"className":3080},[58,65],[55,3082,3085],{"className":3083},[58,3084],"string","\"Divergent\"",[55,3087,3089],{"className":3088},[58,3084],"\"Spectral\"",[55,3091,994],{"className":3092},[58,301],[83,3094],{},[55,3096,3098],{"className":3097},[58,65],"=>",[55,3100,3102],{"className":3101},[58,301],"252",[55,3104,3106],{"className":3105},[58,301],"141",[55,3108,3110],{"className":3109},[58,301],"89",[55,3112,2827],{"className":3113},[58,301],[55,3115,2827],{"className":3116},[58,301],[55,3118,3120],{"className":3119},[58,301],"191",[55,3122,3124],{"className":3123},[58,301],"153",[55,3126,3128],{"className":3127},[58,301],"213",[55,3130,3132],{"className":3131},[58,301],"148","]]",[83,3135],{},[83,3137],{},[83,3139],{},[55,3141,3143],{"className":3142},[58,981],"; The scheme-colors primitive can be used with the scale-gradient primitive.",[83,3145],{},[55,3147,277],{"className":3148},[58,276],[55,3150,2808],{"className":3151},[58,282],[83,3153],{},"  [",[55,3156,1542],{"className":3157},[58,276],[55,3159,2819],{"className":3160},[58,282],[55,3162,96],{"className":3163},[58,65],[55,3165,896],{"className":3166},[58,65],[55,3168,3085],{"className":3169},[58,3084],[55,3171,3089],{"className":3172},[58,3084],[55,3174,3176],{"className":3175},[58,301],"9",[55,3178,2848],{"className":3179},[58,282],[55,3181,2852],{"className":3182},[58,282],[55,3184,2856],{"className":3185},[58,282],[548,3187,553,3190,553,3195,3219,3236,3248,3270,3291,3293],{"className":3188,"id":3189},[928],"scale-scheme",[113,3191,933,3193,553],{"id":3192},"palettescale-scheme",[16,3194,102],{"href":903},[123,3196,3199],{"id":3197,"className":3198},"palettescale-scheme-scheme-type-scheme-color-number-of-classes-number-range1-range2",[14],[16,3200,933,3203,553],{"className":3201,"href":3202},[19],"#----palettescale-scheme-scheme-type-scheme-color-number-of-classes-number-range1-range2--",[55,3204,3206,3207,278,3209,278,3211,278,3213,278,3215,278,3217],{"className":3205},[947],"palette:scale-scheme ",[950,3208,3046],{},[950,3210,3049],{},[950,3212,3052],{},[950,3214,301],{},[950,3216,2710],{},[950,3218,2713],{},[33,3220,3221,3222,3058,3224,3061,3226,3228,3229,3231,3232,2763,3234,527],{},"Reports an RGB color from the ColorBrewer scheme of type ",[179,3223,3046],{},[179,3225,3049],{},[179,3227,3052],{}," colors. The color is chosen using the proportionality of ",[179,3230,301],{}," in the range specified by ",[179,3233,2710],{},[179,3235,2713],{},[33,3237,2741,3238,2744,3240,3242,3243,2750,3245,3247],{},[179,3239,2710],{},[179,3241,2713],{},", the colors are ordered as in the ColorBrewer scheme. When ",[179,3244,2713],{},[179,3246,2710],{},", the color order is reversed.",[33,3249,2756,3250,2760,3252,2763,3254,2766,3256,3258,3259,2771,3261,2774,3263,3265,3266,2750,3268,527],{},[179,3251,2759],{},[179,3253,2710],{},[179,3255,2713],{},[179,3257,301],{}," is less or equal to than ",[179,3260,2759],{},[179,3262,301],{},[179,3264,2759],{},". This will be the first color in the color list if ",[179,3267,2710],{},[179,3269,2713],{},[33,3271,2756,3272,2782,3274,2763,3276,2766,3278,2789,3280,2771,3282,2774,3284,3286,3287,2750,3289,527],{},[179,3273,2781],{},[179,3275,2710],{},[179,3277,2713],{},[179,3279,301],{},[179,3281,2781],{},[179,3283,301],{},[179,3285,2781],{},". This will be the last color in the color list if ",[179,3288,2710],{},[179,3290,2713],{},[33,3292,961],{},[49,3294,3295],{},[52,3296,3297,278,3300,3303,1551,3305,293,3307,278,3310,278,3313,278,3316,278,3319,278,3322,278,3326,278,3329,278,3332,3335,66,3337,3339,3341],{},[55,3298,277],{"className":3299},[58,276],[55,3301,2808],{"className":3302},[58,282],[83,3304],{},[83,3306],{},[55,3308,1542],{"className":3309},[58,276],[55,3311,2819],{"className":3312},[58,282],[55,3314,102],{"className":3315},[58,65],[55,3317,3085],{"className":3318},[58,3084],[55,3320,3089],{"className":3321},[58,3084],[55,3323,3325],{"className":3324},[58,301],"8",[55,3327,2848],{"className":3328},[58,282],[55,3330,2852],{"className":3331},[58,282],[55,3333,2856],{"className":3334},[58,282],[83,3336],{},[83,3338],{},[83,3340],{},[55,3342,3344],{"className":3343},[58,981],";; colors each patch with a color from the Color Brewer Schemes",[548,3346,553,3349,553,3354,3365,3368,3381,3383],{"className":3347,"id":3348},[928],"scheme-dialog",[113,3350,933,3352,553],{"id":3351},"palettescheme-dialog",[16,3353,915],{"href":912},[123,3355,3358],{"id":3356,"className":3357},"palettescheme-dialog-1",[14],[16,3359,933,3362,553],{"className":3360,"href":3361},[19],"#----palettescheme-dialog---1",[55,3363,915],{"className":3364},[947],[33,3366,3367],{},"Launches a dialog for previewing all the ColorBrewer color schemes.",[33,3369,3370,3371,3374,3375,2722,3377,3380],{},"Use the leftmost pulldown menu to select the scheme type: “Sequential,” “Divergent” or “Qualitative.” Use the next pulldown menu to select a named scheme. Finally select the number of colors. The maximum number depends on the color scheme. Use the ",[179,3372,3373],{},"Copy"," button to copy the scheme information into the clipboard. This information can be pasted into commands such as ",[179,3376,896],{},[179,3378,3379],{},"Close"," button can be used to close the dialog.",[33,3382,961],{},[49,3384,3385],{},[52,3386,293,3387,3390,3392,293,3394,3398,293,3400,3404,3406,293,3408,278,3411,278,3414,278,3417,278,3420,3423,3425,293,3427,2823,3430,278,3433,278,3436,2834,3439,278,3442,278,3445,2834,3448,278,3451,278,3454,3133],{},[55,3388,915],{"className":3389},[58,65],[83,3391],{},[83,3393],{},[55,3395,3397],{"className":3396},[58,981],";; In the dialog the user selects scheme type \"Divergent,\" the scheme named \"Spectral,\" and the number 3, and clicks the *Copy* button.",[83,3399],{},[55,3401,3403],{"className":3402},[58,981],";; In the Command Center the user types \"show palette:scheme-colors \" and then pastes the clipboard contents, and hits *Enter*.",[83,3405],{},[83,3407],{},[55,3409,969],{"className":3410},[58,276],[55,3412,896],{"className":3413},[58,65],[55,3415,3085],{"className":3416},[58,3084],[55,3418,3089],{"className":3419},[58,3084],[55,3421,994],{"className":3422},[58,301],[83,3424],{},[83,3426],{},[55,3428,3098],{"className":3429},[58,65],[55,3431,3102],{"className":3432},[58,301],[55,3434,3106],{"className":3435},[58,301],[55,3437,3110],{"className":3438},[58,301],[55,3440,2827],{"className":3441},[58,301],[55,3443,2827],{"className":3444},[58,301],[55,3446,3120],{"className":3447},[58,301],[55,3449,3124],{"className":3450},[58,301],[55,3452,3128],{"className":3453},[58,301],[55,3455,3132],{"className":3456},[58,301],[23,3458,3461],{"id":3459,"className":3460},"references",[14],[16,3462,3465],{"className":3463,"href":3464},[19],"#references","References",[33,3467,3468,3469],{},"ColorBrewer ",[16,3470,3472],{"href":3067,"rel":3471},[525],"www.colorbrewer.org",[33,3474,3475,3476,3481,3482,3485],{},"HARROWER, M. and C. BREWER (2003). ",[16,3477,3480],{"href":3478,"rel":3479},"https://www.tandfonline.com/doi/abs/10.1179/000870403235002042",[525],"ColorBrewer: An online tool for selecting color schemes for maps",". ",[179,3483,3484],{},"The Cartographic Journal"," 40(1): 27-37. )",[33,3487,3488,3489,3494],{},"HEALEY, C G (2006) ",[16,3490,3493],{"href":3491,"rel":3492},"http://www.csc.ncsu.edu/faculty/healey/PP/index.html",[525],"Perception in Visualization",", (comprehensive review updated regularly).",[33,3496,3497,3498,3481,3503,3506],{},"HEALEY, C G, BOOTH K S, and ENNS, J T (1995). ",[16,3499,3502],{"href":3500,"rel":3501},"https://www.csc2.ncsu.edu/faculty/healey/download/tomacs.95.pdf",[525],"Visualizing Real-Time Multivariate Data Using Preattentive Processing",[179,3504,3505],{},"ACM Transactions on Modeling and Computer Simulation"," 5, 3, 190-221.",[33,3508,3509,3510,3481,3515,3518],{},"KORNHAUSER, D, WILENSKY, U and RAND, W (1999). ",[16,3511,3514],{"href":3512,"rel":3513},"https://www.jasss.org/12/2/1.html",[525],"Design Guidelines for Agent Based Model Visualization",[179,3516,3517],{},"Journal of Artificial Societies and Social Simulation"," 12(2)1.",[33,3520,3521],{},"TUFTE, E (1983) The Visual Display of Quantitative Information, Graphics Press.",[33,3523,3524],{},"WARE, C (2004) Information Visualization, 2nd Ed., Morgan Kaufmann.",{"title":3526,"searchDepth":3527,"depth":3528,"links":3529},"",5,3,[3530,3532,3533,3550,3729],{"id":25,"depth":3531,"text":31},2,{"id":38,"depth":3531,"text":44},{"id":105,"depth":3531,"text":111,"children":3534},[3535,3541,3542,3543,3547,3548,3549],{"id":115,"depth":3528,"text":121,"children":3536},[3537,3539,3540],{"id":125,"depth":3538,"text":131},4,{"id":168,"depth":3538,"text":174},{"id":184,"depth":3538,"text":190},{"id":210,"depth":3528,"text":216},{"id":259,"depth":3528,"text":265},{"id":402,"depth":3528,"text":408,"children":3544},[3545,3546],{"id":414,"depth":3538,"text":420},{"id":434,"depth":3538,"text":440},{"id":457,"depth":3528,"text":463},{"id":475,"depth":3528,"text":481},{"id":509,"depth":3528,"text":515},{"id":533,"depth":3531,"text":539,"children":3551},[3552,3553,3558,3563,3567,3572,3577,3582,3586,3591,3596,3601,3605,3610,3615,3620,3624,3629,3634,3639,3643,3648,3653,3658,3662,3667,3672,3677,3681,3686,3691,3696,3700,3705,3710,3715,3720,3725],{"id":918,"depth":3528,"text":924},{"id":932,"depth":3528,"text":3554,"children":3555},"\n    palette:alpha-of\n  ",[3556],{"id":938,"depth":3538,"text":3557},"\n    palette:alpha-of color\n  ",{"id":1018,"depth":3528,"text":3559,"children":3560},"\n    palette:with-alpha\n  ",[3561],{"id":1023,"depth":3538,"text":3562},"\n    color palette:with-alpha number\n  ",{"id":1088,"depth":3528,"text":3564,"children":3565},"\n    palette:alpha\n  ",[3566],{"id":1093,"depth":3538,"text":3564},{"id":1130,"depth":3528,"text":3568,"children":3569},"\n    palette:set-alpha\n  ",[3570],{"id":1135,"depth":3538,"text":3571},"\n    palette:set-alpha number\n  ",{"id":1180,"depth":3528,"text":3573,"children":3574},"\n    palette:transparency-of\n  ",[3575],{"id":1185,"depth":3538,"text":3576},"\n    palette:transparency-of color\n  ",{"id":1254,"depth":3528,"text":3578,"children":3579},"\n    palette:with-transparency\n  ",[3580],{"id":1259,"depth":3538,"text":3581},"\n    color palette:with-transparency number\n  ",{"id":1311,"depth":3528,"text":3583,"children":3584},"\n    palette:transparency\n  ",[3585],{"id":1316,"depth":3538,"text":3583},{"id":1352,"depth":3528,"text":3587,"children":3588},"\n    palette:set-transparency\n  ",[3589],{"id":1357,"depth":3538,"text":3590},"\n    palette:set-transparency number\n  ",{"id":1402,"depth":3528,"text":3592,"children":3593},"\n    palette:hue-of\n  ",[3594],{"id":1407,"depth":3538,"text":3595},"\n    palette:hue-of color\n  ",{"id":1449,"depth":3528,"text":3597,"children":3598},"\n    palette:with-hue\n  ",[3599],{"id":1454,"depth":3538,"text":3600},"\n    color palette:with-hue number\n  ",{"id":1508,"depth":3528,"text":3602,"children":3603},"\n    palette:hue\n  ",[3604],{"id":1513,"depth":3538,"text":3602},{"id":1576,"depth":3528,"text":3606,"children":3607},"\n    palette:set-hue\n  ",[3608],{"id":1581,"depth":3538,"text":3609},"\n    palette:set-hue number\n  ",{"id":1626,"depth":3528,"text":3611,"children":3612},"\n    palette:saturation-of\n  ",[3613],{"id":1631,"depth":3538,"text":3614},"\n    palette:saturation-of color\n  ",{"id":1673,"depth":3528,"text":3616,"children":3617},"\n    palette:with-saturation\n  ",[3618],{"id":1678,"depth":3538,"text":3619},"\n    color palette:with-saturation number\n  ",{"id":1730,"depth":3528,"text":3621,"children":3622},"\n    palette:saturation\n  ",[3623],{"id":1735,"depth":3538,"text":3621},{"id":1793,"depth":3528,"text":3625,"children":3626},"\n    palette:set-saturation\n  ",[3627],{"id":1798,"depth":3538,"text":3628},"\n    palette:set-saturation number\n  ",{"id":1840,"depth":3528,"text":3630,"children":3631},"\n    palette:brightness-of\n  ",[3632],{"id":1845,"depth":3538,"text":3633},"\n    palette:brightness-of color\n  ",{"id":1887,"depth":3528,"text":3635,"children":3636},"\n    palette:with-brightness\n  ",[3637],{"id":1892,"depth":3538,"text":3638},"\n    color palette:with-brightness number\n  ",{"id":1943,"depth":3528,"text":3640,"children":3641},"\n    palette:brightness\n  ",[3642],{"id":1948,"depth":3538,"text":3640},{"id":2006,"depth":3528,"text":3644,"children":3645},"\n    palette:set-brightness\n  ",[3646],{"id":2011,"depth":3538,"text":3647},"\n    palette:set-brightness number\n  ",{"id":2052,"depth":3528,"text":3649,"children":3650},"\n    palette:R-of\n  ",[3651],{"id":2057,"depth":3538,"text":3652},"\n    palette:R-of color\n  ",{"id":2099,"depth":3528,"text":3654,"children":3655},"\n    palette:with-R\n  ",[3656],{"id":2104,"depth":3538,"text":3657},"\n    color palette:with-R number\n  ",{"id":2156,"depth":3528,"text":3659,"children":3660},"\n    palette:R\n  ",[3661],{"id":2161,"depth":3538,"text":3659},{"id":2219,"depth":3528,"text":3663,"children":3664},"\n    palette:set-R\n  ",[3665],{"id":2224,"depth":3538,"text":3666},"\n    palette:set-R number\n  ",{"id":2266,"depth":3528,"text":3668,"children":3669},"\n    palette:G-of\n  ",[3670],{"id":2271,"depth":3538,"text":3671},"\n    palette:G-of color\n  ",{"id":2312,"depth":3528,"text":3673,"children":3674},"\n    palette:with-G\n  ",[3675],{"id":2317,"depth":3538,"text":3676},"\n    color palette:with-G number\n  ",{"id":2367,"depth":3528,"text":3678,"children":3679},"\n    palette:G\n  ",[3680],{"id":2372,"depth":3538,"text":3678},{"id":2430,"depth":3528,"text":3682,"children":3683},"\n    palette:set-G\n  ",[3684],{"id":2435,"depth":3538,"text":3685},"\n    palette:set-G number\n  ",{"id":2476,"depth":3528,"text":3687,"children":3688},"\n    palette:B-of\n  ",[3689],{"id":2481,"depth":3538,"text":3690},"\n    palette:B-of color\n  ",{"id":2523,"depth":3528,"text":3692,"children":3693},"\n    palette:with-B\n  ",[3694],{"id":2528,"depth":3538,"text":3695},"\n    color palette:with-B number\n  ",{"id":2579,"depth":3528,"text":3697,"children":3698},"\n    palette:B\n  ",[3699],{"id":2584,"depth":3538,"text":3697},{"id":2642,"depth":3528,"text":3701,"children":3702},"\n    palette:set-B\n  ",[3703],{"id":2647,"depth":3538,"text":3704},"\n    palette:set-B number\n  ",{"id":2688,"depth":3528,"text":3706,"children":3707},"\n    palette:scale-gradient\n  ",[3708],{"id":2693,"depth":3538,"text":3709},"\n    palette:scale-gradient rgb-color-list number range1 range2\n  ",{"id":2873,"depth":3528,"text":3711,"children":3712},"\n    palette:scale-gradient-hsb\n  ",[3713],{"id":2878,"depth":3538,"text":3714},"\n    palette:scale-gradient-hsb rgb-color-list number range1 range2\n  ",{"id":3029,"depth":3528,"text":3716,"children":3717},"\n    palette:scheme-colors\n  ",[3718],{"id":3034,"depth":3538,"text":3719},"\n    palette:scheme-colors scheme-type scheme-color number-of-classes\n  ",{"id":3192,"depth":3528,"text":3721,"children":3722},"\n    palette:scale-scheme\n  ",[3723],{"id":3197,"depth":3538,"text":3724},"\n    palette:scale-scheme scheme-type scheme-color number-of-classes number range1 range2\n  ",{"id":3351,"depth":3528,"text":3726,"children":3727},"\n    palette:scheme-dialog\n  ",[3728],{"id":3356,"depth":3538,"text":3726},{"id":3459,"depth":3531,"text":3465},"Documentation for the Palette extension.","md",{"source":3733,"metadataOutputPath":3734,"projectConfig":3735,"language":3742,"inheritFrom":3750,"output":3749,"version":3736,"icon":3751,"extensionName":3752,"assetsRoot":3737},"../../external/extensions/palette/palette.md","content/palette.metadata.yaml",{"version":3736,"projectRoot":527,"scanRoot":3737,"outputRoot":3738,"defaults":3739,"engine":3745,"partials":3746,"dedupeIdenticalDiskWrites":3749},"7.0.4","/home/runner/work/Helio/Helio/external/extensions/palette","content",{"inheritFrom":3740,"language":3742,"output":3743,"extension":3731,"title":3744,"version":3736},[3741],0,"en",false,"NetLogo User Manual","mustache",{"directoryPaths":3747,"extensions":3748},[527],[3745,3731],true,[3741],"i-lets-icons-color-mode",{"shortName":12,"fullName":21},"/palette",{"title":5,"description":3730},"S9T7FMl44L_MYkp2A_zNmesv72fy37RoarTjSzNhkzo",[3757,3762],{"title":3758,"path":3759,"stem":3760,"description":3761},"Networks Extension Dictionary: with-context","/nw/with-context","nw/with-context","Documentation for the with-context primitive.",{"title":3763,"path":3764,"stem":3765,"description":3766},"Palette Extension Dictionary: alpha","/palette/alpha","palette/alpha","Documentation for the alpha primitive.",1777657789989]