(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 12.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 8644504, 180111] NotebookOptionsPosition[ 8507063, 177434] NotebookOutlinePosition[ 8628718, 179768] CellTagsIndexPosition[ 8627685, 179737] WindowTitle->ByteArrayPlot | Definition Notebook WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell["ByteArrayPlot", "Title", CellTags->{"Name", "TemplateCell", "Title"}, CellID->472981165], Cell["Visualize the contents of binary data", "Text", CellTags->{"Description", "TemplateCell"}, CellID->969885833], Cell[CellGroupData[{ Cell[TextData[{ "Definition", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Function", Cell[ BoxData[ FrameBox[ Cell[ "Define your function using the name you gave in the Title line \ above. You can add input cells and extra code to define additional input \ cases or prerequisites. All definitions, including dependencies, will be \ included in the generated resource function.\n\nThis section should be \ evaluated before creating the Examples section below.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoFunction"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, DefaultNewCellStyle->"Input", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->201182710], Cell[BoxData[ RowBox[{ RowBox[{"ViewBytes", "[", RowBox[{"expr_", ",", " ", RowBox[{"max_Integer", ":", "1024"}]}], "]"}], " ", ":=", " ", RowBox[{"Block", "[", RowBox[{ RowBox[{"{", RowBox[{"$maxBytes", " ", "=", " ", "max"}], "}"}], ",", " ", RowBox[{"viewBytes", "[", "expr", "]"}]}], "]"}]}]], "Input", InitializationCell->True, CellID->56392928], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"viewBytes", "[", "bytes_ByteArray", "]"}], " ", ":=", " ", RowBox[{"Row", "[", RowBox[{"Replace", "[", RowBox[{ RowBox[{"Characters", "[", RowBox[{"FromCharacterCode", "[", RowBox[{"Take", "[", RowBox[{ RowBox[{"Normal", "[", "bytes", "]"}], ",", " ", RowBox[{"UpTo", "[", "$maxBytes", "]"}]}], "]"}], "]"}], "]"}], ",", " ", RowBox[{ RowBox[{ RowBox[{"(", "c_String", ")"}], "?", RowBox[{"(", RowBox[{"Not", " ", "@*", " ", "PrintableASCIIQ"}], ")"}]}], " ", ":>", " ", RowBox[{"With", "[", RowBox[{ RowBox[{"{", RowBox[{"code", " ", "=", " ", RowBox[{"ToCharacterCode", "[", "c", "]"}]}], "}"}], ",", " ", RowBox[{"Row", "[", RowBox[{ RowBox[{"IntegerString", "[", RowBox[{"code", ",", " ", "16", ",", " ", "2"}], "]"}], ",", " ", RowBox[{"Frame", " ", "->", " ", "True"}], ",", " ", RowBox[{"FrameMargins", " ", "->", " ", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", " ", "1"}], "}"}], ",", " ", RowBox[{"{", RowBox[{"0", ",", " ", "0"}], "}"}]}], "}"}]}], ",", " ", RowBox[{"Background", " ", "->", " ", RowBox[{"$colorTable", "[", RowBox[{"First", "[", "code", "]"}], "]"}]}]}], "]"}]}], "]"}]}], ",", " ", RowBox[{"{", "1", "}"}]}], "]"}], "]"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"viewBytes", "[", RowBox[{ RowBox[{"(", "file_String", ")"}], "?", "FileExistsQ"}], "]"}], " ", ":=", " ", RowBox[{"viewBytes", "[", RowBox[{"ReadByteArray", "[", "file", "]"}], "]"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"viewBytes", "[", RowBox[{"File", "[", "file_", "]"}], "]"}], " ", ":=", " ", RowBox[{"viewBytes", "[", "file", "]"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"viewBytes", "[", RowBox[{"URL", "[", "url_", "]"}], "]"}], " ", ":=", " ", RowBox[{"viewBytes", "[", RowBox[{"URLRead", "[", RowBox[{"url", ",", " ", "\"\\""}], "]"}], "]"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{ RowBox[{"viewBytes", "[", "co_CloudObject", "]"}], " ", ":=", " ", RowBox[{"viewBytes", "[", RowBox[{"URLRead", "[", RowBox[{"co", ",", " ", "\"\\""}], "]"}], "]"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{"viewBytes", "[", "other_", "]"}], " ", ":=", " ", RowBox[{"viewBytes", "[", RowBox[{"BinarySerialize", "[", "other", "]"}], "]"}]}]}], "Input", InitializationCell->True, CellID->826848470], Cell[BoxData[ RowBox[{"$colorTable", " ", ":=", " ", RowBox[{"$colorTable", " ", "=", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"byteList", ",", " ", "len"}], "}"}], ",", " ", RowBox[{ RowBox[{"byteList", " ", "=", " ", RowBox[{"Select", "[", RowBox[{ RowBox[{"Range", "[", RowBox[{"0", ",", " ", "255"}], "]"}], ",", " ", RowBox[{ "Not", " ", "@*", " ", "PrintableASCIIQ", " ", "@*", " ", "FromCharacterCode"}]}], "]"}]}], ";", " ", RowBox[{"len", " ", "=", " ", RowBox[{"Length", "[", "byteList", "]"}]}], ";", " ", RowBox[{"Association", "[", RowBox[{"MapIndexed", "[", RowBox[{ RowBox[{ RowBox[{"#1", " ", "->", " ", RowBox[{"Hue", "[", RowBox[{ RowBox[{ RowBox[{"First", "[", "#2", "]"}], "/", RowBox[{"(", RowBox[{"1.5", "*", "len"}], ")"}]}], ",", " ", "0.25", ",", " ", "0.95"}], "]"}]}], " ", "&"}], " ", ",", " ", "byteList"}], "]"}], "]"}]}]}], "]"}]}]}]], "Input", InitializationCell->True, CellID->993479881] }, Open ]], Cell[CellGroupData[{ Cell["Documentation", "Section", Editable->False, Deletable->False, CellTags->{"Documentation", "TemplateSection"}, CellID->94487535], Cell[CellGroupData[{ Cell[TextData[{ "Usage", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Usage", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Document input usage cases by first typing an input structure, \ then pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " to add a brief explanation of the function\[CloseCurlyQuote]s \ behavior for that structure. Pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " repeatedly will create new cases as needed. Every input usage \ case defined above should be demonstrated explicitly here.\n\nSee existing \ documentation pages for examples."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoUsage"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->{"UsageInputs", FontFamily -> "Source Sans Pro"}, CellTags->{"TemplateCellGroup", "Usage"}, CellID->321985898], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", StyleBox["bytes", "TI"], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->912940049], Cell[TextData[{ "visualizes the binary data in a ", Cell[BoxData["ByteArray"], "InlineFormula", FontFamily->"Source Sans Pro"], " ", Cell[BoxData[ StyleBox["bytes", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "UsageDescription", CellID->379028027] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "\"\<\!\(\*StyleBox[\"file\", \"TI\"]\)\>\"", "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->174259395], Cell[TextData[{ "reads the contents of ", Cell[BoxData["\"\<\!\(\*StyleBox[\"file\", \"TI\"]\)\>\""], "InlineFormula", FontFamily->"Source Sans Pro"], " into a ", Cell[BoxData["ByteArray"], "InlineFormula", FontFamily->"Source Sans Pro"], " for visualization." }], "UsageDescription", CellID->805238427] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", StyleBox["expr", "TI"], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->827651207], Cell[TextData[{ "equivalent to ", Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"BinarySerialize", "[", StyleBox["expr", "TI"], "]"}], "]"}]], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "UsageDescription", CellID->805275146] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{ StyleBox["expr", "TI"], ",", StyleBox["n", "TI"]}], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->815220532], Cell[TextData[{ "visualizes up to ", Cell[BoxData[ StyleBox["n", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], " bytes of ", Cell[BoxData[ StyleBox["expr", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], ". " }], "UsageDescription", CellID->883567635] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Details & Options", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Notes", Cell[ BoxData[ FrameBox[ Cell[ "Give a detailed explanation of how the function is used and \ configured (e.g. acceptable input types, result formats, options \ specifications, background information). This section may include multiple \ cells, bullet lists, tables, hyperlinks and additional styles/structures as \ needed.\n\nAdd any other information that may be relevant, such as when the \ function was first discovered or how and why it is used within a given field. \ Include all relevant background or contextual information related to the \ function, its development, and its usage.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Notes", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->892718828], Cell[TextData[{ "Files can be given as a ", Cell[BoxData["String"], "InlineFormula", FontFamily->"Source Sans Pro"], ", ", Cell[BoxData["CloudObject"], "InlineFormula", FontFamily->"Source Sans Pro"], ", ", Cell[BoxData["File"], "InlineFormula", FontFamily->"Source Sans Pro"], " or ", Cell[BoxData["URL"], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "Notes", Editable->True, Deletable->True, GeneratedCell->True, CellAutoOverwrite->True, CellChangeTimes->{{3.759531609124412*^9, 3.759531622659865*^9}, 3.7598452263265667`*^9}, CellID->623509690], Cell[TextData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", StyleBox["expr", "TI"], "]"}]], "InlineFormula", FontFamily->"Source Sans Pro"], " is equivalent to ", Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{ StyleBox["expr", "TI"], ",", "1024"}], "]"}]], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "Notes", Editable->True, Deletable->True, GeneratedCell->True, CellAutoOverwrite->True, CellChangeTimes->{3.759531609184857*^9, 3.759845226389262*^9}, CellID->870294865] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Examples", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Examples", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Demonstrate the function\[CloseCurlyQuote]s usage, starting with \ the most basic use case and describing each example in a preceding text cell.\ \n\nWithin a group, individual examples can be delimited by inserting page \ breaks between them (either using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"[Right-click]\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Insert Page Break\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], " between cells or through the menu using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"Insert\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Page Break\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], ").\n\nExamples should be grouped into Subsection and \ Subsubsection cells similarly to existing documentation pages. Here are some \ typical Subsection names and the types of examples they normally contain:\n \ ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Basic Examples: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "most basic function usage\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Scope: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "input and display conventions, standard computational attributes \ (e.g. threading over lists)\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Options: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "available options and parameters for the function\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Applications: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "standard industry or academic applications\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Properties and Relations: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "how the function relates to other functions\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Possible Issues: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "limitations or unexpected behavior a user might experience\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Neat Examples: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "particularly interesting, unconventional, or otherwise unique \ usage"}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoExamples"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, CellTags->{"Examples", "TemplateCellGroup"}, CellID->677271657], Cell[CellGroupData[{ Cell["Basic Examples", "Subsection", CellID->462042388], Cell["Use the function:", "Text", CellID->348076502], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"ByteArray", "[", RowBox[{"Range", "[", RowBox[{"0", ",", "255"}], "]"}], "]"}], "]"}]], "Input", CellContext->Notebook, CellFrameLabels->None, CellChangeTimes->{3.7476759502872863`*^9}, CellID->833325493], Cell[BoxData[ TemplateBox[{ TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"19\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10766045548654245`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10766045548654245`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10766045548654248`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10766045548654245`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10766045548654245`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10766045548654245`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", "\"!\"", "\"\\\"\"", "\"#\"", "\"$\"", "\"%\"", "\"&\"", "\"'\"", "\"(\"", "\")\"", "\"*\"", "\"+\"", "\",\"", "\"-\"", "\".\"", "\"/\"", "\"0\"", "\"1\"", "\"2\"", "\"3\"", "\"4\"", "\"5\"", "\"6\"", "\"7\"", "\"8\"", "\"9\"", "\":\"", "\";\"", "\"<\"", "\"=\"", "\">\"", "\"?\"", "\"@\"", "\"A\"", "\"B\"", "\"C\"", "\"D\"", "\"E\"", "\"F\"", "\"G\"", "\"H\"", "\"I\"", "\"J\"", "\"K\"", "\"L\"", "\"M\"", "\"N\"", "\"O\"", "\"P\"", "\"Q\"", "\"R\"", "\"S\"", "\"T\"", "\"U\"", "\"V\"", "\"W\"", "\"X\"", "\"Y\"", "\"Z\"", "\"[\"", "\"\\\\\"", "\"]\"", "\"^\"", "\"_\"", "\"`\"", "\"a\"", "\"b\"", "\"c\"", "\"d\"", "\"e\"", "\"f\"", "\"g\"", "\"h\"", "\"i\"", "\"j\"", "\"k\"", "\"l\"", "\"m\"", "\"n\"", "\"o\"", "\"p\"", "\"q\"", "\"r\"", "\"s\"", "\"t\"", "\"u\"", "\"v\"", "\"w\"", "\"x\"", "\"y\"", "\"z\"", "\"{\"", "\"|\"", "\"}\"", "\"~\"", TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {\ }, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.26915113871635615`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.26915113871635615`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26915113871635604`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.26915113871635615`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.26915113871635615`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.26915113871635615`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {\ }, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.30227743271221535`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.30227743271221535`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.30227743271221535`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.30227743271221535`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.30227743271221535`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.30227743271221535`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3643892339544514, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3643892339544514, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36438923395445144`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3643892339544514`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3643892339544514, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3643892339544514, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.38509316770186336`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.38509316770186336`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3850931677018634, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.38509316770186336`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.38509316770186336`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.38509316770186336`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {\ }, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"be\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3975155279503106, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3975155279503106, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3975155279503106, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3975155279503106`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3975155279503106, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3975155279503106, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.401656314699793, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.401656314699793, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40165631469979307`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.401656314699793`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.401656314699793, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.401656314699793, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4927536231884058, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4927536231884058, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4927536231884058, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4927536231884058`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4927536231884058, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4927536231884058, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ed\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5921325051759835, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5921325051759835, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5921325051759835, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5921325051759835`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5921325051759835, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5921325051759835, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ee\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5962732919254659, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5962732919254659, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5962732919254659, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5962732919254659`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5962732919254659, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5962732919254659, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ef\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6004140786749483, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6004140786749483, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6004140786749483, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6004140786749483`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6004140786749483, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6004140786749483, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6086956521739131, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6086956521739131, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6086956521739131, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6086956521739131`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6086956521739131, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6086956521739131, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[29]=", CellID->874776163] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Scope", "Subsection", CellID->964056545], Cell[TextData[{ "Retrieve the ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["ResourceFunction", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/ResourceFunction", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro", FontSize->0.9428571428571428 Inherited], ":" }], "Text", CellID->497708145], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ResourceFunction", "[", "\"\\"", "]"}]], "Input", CellChangeTimes->{3.7476759378400416`*^9}, CellLabel->"In[136]:=", CellID->138490156], Cell[BoxData["ByteArrayPlot"], "Output", CellChangeTimes->{3.7476759398172393`*^9}, CellLabel->"Out[136]=", CellID->770793975] }, Open ]], Cell[TextData[{ "Retrieve the ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["ResourceObject", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/ResourceObject", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro", FontSize->0.9428571428571428 Inherited], ":" }], "Text", CellID->326968948], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ResourceObject", "[", "\"\\"", "]"}]], "Input", CellChangeTimes->{{3.747675971646422*^9, 3.747675976766934*^9}}, CellLabel->"In[137]:=", CellID->923206744], Cell[BoxData[ InterpretationBox[ RowBox[{ TagBox["ResourceObject", "SummaryHead"], "[", DynamicModuleBox[{Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, TemplateBox[{ PaneSelectorBox[{False -> GridBox[{{ PaneBox[ ButtonBox[ DynamicBox[ FEPrivate`FrontEndResource[ "FEBitmaps", "SquarePlusIconMedium"]], ButtonFunction :> (Typeset`open$$ = True), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], Alignment -> {Center, Center}, ImageSize -> Dynamic[{ Automatic, (3.5 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], GraphicsBox[ RasterBox[CompressedData[" 1:eJztmzFvEzEUxyNg6JiNtUysmRADQ7qA2KJWrEitCBUMAaVFiO0GRoZILIyV +gGQGJkqBmZgR06FKoRQRRAghBA6/JI7al585+fzc85X50n/Km3vzu8X28/2 s+/C1r3122dardbOivyxvvlwbTjcfLTRlr/cGOzc2R70b10f7Pa3+8PLW2fl H69kOieVpqkXiWsrHan7UntSB1KpQQfZtXBPx5dfzIy9zOcJgc+kSfasXt1c iLEtlUiNGRiLNM7KaNfMmjDVpU2dJzVwdj3XJ6W+uwtqu6MaObFGvtq4fO6q 1JsAGLHAp1Vm1o5YbD+1FfjGMoY1gJWNuUGszsxi1l+bxKoyW/VnMYvDIcYm qsB3ctwWYY05VTUisnYD8JVLXQJvnfMmbo0NrEkAPnIrKYlRTYzHJgHTXOw6 pXVbWMeC0G8/Prhq1OHG+bn7ju5eKrye4i8806Y8jcaItUcpl2I6hp/vXhVe TykXnmlTXoH+5UnELG9ivOfL/uNC33+8fjH9/4ebF428f75Ppn+D6ynlwjO/ vdzXlm3Bu6fwkuMUtB9sv96/Lb1H9fP3p0Onvvj5Sb8q7yQ9WRNYlYnt6/On ZF747MKLv28L3lSc5EydeE3tUuU1fTe25Vvy5vnhhfFS+6wnXmou3Atv2ThT Nm458FqzcvKWjTPYmHid29OSd8m75OUrf8nLIxg7wFcQtnwuDDp+tlvKC/Ps JvDCnB3m+RTDazTO+ST44chLHoPh2ab61a2RVF74znRrKKpw+RXmG9bzSVzP Nv03N1gnUesa8gVwvc4qzCet1wvY/yq8uVHbVZFVWC9YrwdhjWPDG5Cme0vC Mi+JY0ZDeKfr/dQin6MKxp3c8jUtxGUYb8A4xh1mqfkcUr4OC3JKucFnHMcg 9xIAZ67/zjWJivsouC87xBKfmttXEQ75duDK2zFu44FIl29n2U9xmUt4knY/ xbWOA5Z2v8y1Hweq0v3QNML97jSy8wxK7IrmvErGHM15JIU5mvNmDWSO6Qwl GyvqzyHGMPbzwChuhzRWeTvvjbijOM+v4Y7ifQ1NG4/ifRwN+6l/36qEPcj3 6f4CgLLCWA== "], {{0, 0}, {60, 60}}, {0, 255}, ColorFunction -> RGBColor], AspectRatio -> 1, Axes -> False, Background -> None, Frame -> None, FrameTicks -> None, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}, ImageSizeCache -> {45., {0., 9.}}]], GridBox[{{ RowBox[{ TagBox["\"Name: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ TemplateBox[{"\"ByteArrayPlot\"", "\" \"", TemplateBox[{ "\"\[RightGuillemet]\"", "https://resources.wolframcloud.com/FunctionRepository/\ resources/ByteArrayPlot"}, "HyperlinkURL"]}, "RowDefault"], "SummaryItem"]}], TagBox["\"\"", "SummaryItem"]}, { RowBox[{ TagBox["\"Type: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"Function\"", "SummaryItem"]}], "\[SpanFromLeft]"}, { RowBox[{ TagBox["\"Description: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ "\"Visualize the contents of binary data\"", "SummaryItem"]}], "\[SpanFromLeft]"}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{2}}, "Rows" -> {{Automatic}}}, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, GridBoxAlignment -> {"Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], True -> GridBox[{{ PaneBox[ ButtonBox[ DynamicBox[ FEPrivate`FrontEndResource[ "FEBitmaps", "SquareMinusIconMedium"]], ButtonFunction :> (Typeset`open$$ = False), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], Alignment -> {Center, Center}, ImageSize -> Dynamic[{ Automatic, (3.5 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], GraphicsBox[ RasterBox[CompressedData[" 1:eJztmzFvEzEUxyNg6JiNtUysmRADQ7qA2KJWrEitCBUMAaVFiO0GRoZILIyV +gGQGJkqBmZgR06FKoRQRRAghBA6/JI7al585+fzc85X50n/Km3vzu8X28/2 s+/C1r3122dardbOivyxvvlwbTjcfLTRlr/cGOzc2R70b10f7Pa3+8PLW2fl H69kOieVpqkXiWsrHan7UntSB1KpQQfZtXBPx5dfzIy9zOcJgc+kSfasXt1c iLEtlUiNGRiLNM7KaNfMmjDVpU2dJzVwdj3XJ6W+uwtqu6MaObFGvtq4fO6q 1JsAGLHAp1Vm1o5YbD+1FfjGMoY1gJWNuUGszsxi1l+bxKoyW/VnMYvDIcYm qsB3ctwWYY05VTUisnYD8JVLXQJvnfMmbo0NrEkAPnIrKYlRTYzHJgHTXOw6 pXVbWMeC0G8/Prhq1OHG+bn7ju5eKrye4i8806Y8jcaItUcpl2I6hp/vXhVe TykXnmlTXoH+5UnELG9ivOfL/uNC33+8fjH9/4ebF428f75Ppn+D6ynlwjO/ vdzXlm3Bu6fwkuMUtB9sv96/Lb1H9fP3p0Onvvj5Sb8q7yQ9WRNYlYnt6/On ZF747MKLv28L3lSc5EydeE3tUuU1fTe25Vvy5vnhhfFS+6wnXmou3Atv2ThT Nm458FqzcvKWjTPYmHid29OSd8m75OUrf8nLIxg7wFcQtnwuDDp+tlvKC/Ps JvDCnB3m+RTDazTO+ST44chLHoPh2ab61a2RVF74znRrKKpw+RXmG9bzSVzP Nv03N1gnUesa8gVwvc4qzCet1wvY/yq8uVHbVZFVWC9YrwdhjWPDG5Cme0vC Mi+JY0ZDeKfr/dQin6MKxp3c8jUtxGUYb8A4xh1mqfkcUr4OC3JKucFnHMcg 9xIAZ67/zjWJivsouC87xBKfmttXEQ75duDK2zFu44FIl29n2U9xmUt4knY/ xbWOA5Z2v8y1Hweq0v3QNML97jSy8wxK7IrmvErGHM15JIU5mvNmDWSO6Qwl GyvqzyHGMPbzwChuhzRWeTvvjbijOM+v4Y7ifQ1NG4/ifRwN+6l/36qEPcj3 6f4CgLLCWA== "], {{0, 0}, {60, 60}}, {0, 255}, ColorFunction -> RGBColor], AspectRatio -> 1, Axes -> False, Background -> None, Frame -> None, FrameTicks -> None, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}, ImageSizeCache -> {45., {0., 9.}}]], GridBox[{{ RowBox[{ TagBox["\"Name: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ TemplateBox[{"\"ByteArrayPlot\"", "\" \"", TemplateBox[{ "\"\[RightGuillemet]\"", "https://resources.wolframcloud.com/FunctionRepository/\ resources/ByteArrayPlot"}, "HyperlinkURL"]}, "RowDefault"], "SummaryItem"]}], TagBox["\"\"", "SummaryItem"]}, { RowBox[{ TagBox["\"Type: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"Function\"", "SummaryItem"]}], "\[SpanFromLeft]"}, { RowBox[{ TagBox["\"Description: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ "\"Visualize the contents of binary data\"", "SummaryItem"]}], "\[SpanFromLeft]"}, { RowBox[{ TagBox["\"Keywords: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ TagBox[ TemplateBox[{ ",", "\",\"", "\"binary\"", "\"visualization\"", "\"bytes\"", "\"byte array\""}, "RowWithSeparators"], Short], "SummaryItem"]}], ""}, { RowBox[{ TagBox["\"Documentation: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ TemplateBox[{ "\"https://resources.wolframcloud.com/FunctionRepository/\ resources/ByteArrayPlot\"", "https://resources.wolframcloud.com/FunctionRepository/\ resources/ByteArrayPlot"}, "HyperlinkURL"], "SummaryItem"]}], ""}, { RowBox[{ TagBox["\"UUID: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ "\"3591ad35-62b4-450a-9514-b9c4e03116fb\"", "SummaryItem"]}], ""}, { RowBox[{ TagBox["\"Version: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"1.0.0\"", "SummaryItem"]}], ""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{2}}, "Rows" -> {{Automatic}}}, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, GridBoxAlignment -> {"Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, Dynamic[Typeset`open$$], ImageSize -> Automatic]}, "SummaryPanel"], DynamicModuleValues:>{}], "]"}], ResourceObject[ Association[ "Name" -> "ByteArrayPlot", "UUID" -> "3591ad35-62b4-450a-9514-b9c4e03116fb", "ResourceType" -> "Function", "Version" -> "1.0.0", "Description" -> "Visualize the contents of binary data", "RepositoryLocation" -> URL["https://www.wolframcloud.com/objects/resourcesystem/api/1.0"], "WolframLanguageVersionRequired" -> "10.0", "SymbolName" -> "FunctionRepository`$4458696b9e92494aa97ecd238c0bdfc3`ViewBytes", "FunctionLocation" -> CloudObject[ "https://www.wolframcloud.com/objects/e99d27ea-f7ef-4d4f-a4b3-\ fe1dad85159b"], "ShortName" -> "ByteArrayPlot"], ResourceSystemBase -> "https://www.wolframcloud.com/objects/resourcesystem/api/1.0"], Editable->False, SelectWithContents->True, Selectable->False]], "Output", CellChangeTimes->{3.747675977209978*^9}, CellLabel->"Out[137]=", CellID->199400166] }, Open ]], Cell[TextData[{ "When the content is ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["PrintableASCIIQ", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/PrintableASCIIQ", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro", FontSize->0.9428571428571428 Inherited], ", it will appear as plain text:" }], "Text", CellID->763673922], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"file", "=", RowBox[{"Export", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}]}]], "Input", CellLabel->"In[39]:=", CellID->432890558], Cell[BoxData["\<\"hello.txt\"\>"], "Output", CellLabel->"Out[39]=", CellID->881650009] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "file", "]"}]], "Input", CellChangeTimes->{3.7476759698302402`*^9}, CellID->600206196], Cell[BoxData[ TemplateBox[{ "\"H\"", "\"e\"", "\"l\"", "\"l\"", "\"o\"", "\" \"", "\"w\"", "\"o\"", "\"r\"", "\"l\"", "\"d\""}, "RowDefault"]], "Output", CellLabel->"Out[40]=", CellID->867447267] }, Open ]], Cell["\<\ When content is mixed, the non-printable bytes are rendered as color-coded \ hex values:\ \>", "Text", CellChangeTimes->{{3.75953168051479*^9, 3.759531681174634*^9}}, CellID->609018450], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"file", "=", RowBox[{"Export", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}]}]], "Input",\ CellLabel->"In[43]:=", CellID->825091400], Cell[BoxData["\<\"hello.mx\"\>"], "Output", CellLabel->"Out[43]=", CellID->124619186] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "file", "]"}]], "Input", CellChangeTimes->{3.747675980791336*^9}, CellLabel->"", CellID->410560352], Cell[BoxData[ TemplateBox[{ "\"(\"", "\"*\"", "\"T\"", "\"h\"", "\"i\"", "\"s\"", "\" \"", "\"i\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"W\"", "\"o\"", "\"l\"", "\"f\"", "\"r\"", "\"a\"", "\"m\"", "\" \"", "\"L\"", "\"a\"", "\"n\"", "\"g\"", "\"u\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"b\"", "\"i\"", "\"n\"", "\"a\"", "\"r\"", "\"y\"", "\" \"", "\"d\"", "\"u\"", "\"m\"", "\"p\"", "\" \"", "\"f\"", "\"i\"", "\"l\"", "\"e\"", "\".\"", "\" \"", "\"I\"", "\"t\"", "\" \"", "\"c\"", "\"a\"", "\"n\"", "\" \"", "\"b\"", "\"e\"", "\" \"", "\"l\"", "\"o\"", "\"a\"", "\"d\"", "\"e\"", "\"d\"", "\" \"", "\"w\"", "\"i\"", "\"t\"", "\"h\"", "\" \"", "\"G\"", "\"e\"", "\"t\"", "\".\"", "\"*\"", "\")\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"i\"", "\"n\"", "\"d\"", "\"o\"", "\"w\"", "\"s\"", "\"-\"", "\"x\"", "\"8\"", "\"6\"", "\"-\"", "\"6\"", "\"4\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", "\"N\"", "\"D\"", "\"C\"", "\"O\"", "\"N\"", "\"T\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"1\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"o\"", "\"l\"", "\"d\"", "\"C\"", "\"o\"", "\"m\"", "\"p\"", "\"l\"", "\"e\"", "\"t\"", "\"e\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", "\"S\"", "\"y\"", "\"s\"", "\"t\"", "\"e\"", "\"m\"", "\"`\"", "\"P\"", "\"r\"", "\"i\"", "\"v\"", "\"a\"", "\"t\"", "\"e\"", "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"y\"", "\"s\"", "\"t\"", "\"e\"", "\"m\"", "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"e\"", "\"l\"", "\"l\"", "\"o\"", "\" \"", "\"w\"", "\"o\"", "\"r\"", "\"l\"", "\"d\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\"C\"", "\"o\"", "\"n\"", "\"v\"", "\"e\"", "\"r\"", "\"t\"", "\"e\"", "\"r\"", "\"s\"", "\"P\"", "\"r\"", "\"i\"", "\"v\"", "\"a\"", "\"t\"", "\"e\"", "\"D\"", "\"u\"", "\"m\"", "\"p\"", "\"S\"", "\"y\"", "\"m\"", "\"b\"", "\"o\"", "\"l\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"2\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"3\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"4\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", "\"*\"", "\"E\"", "\"n\"", "\"d\"", "\" \"", "\"o\"", "\"f\"", "\" \"", "\"W\"", "\"o\"", "\"l\"", "\"f\"", "\"r\"", "\"a\"", "\"m\"", "\" \"", "\"L\"", "\"a\"", "\"n\"", "\"g\"", "\"u\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"b\"", "\"i\"", "\"n\"", "\"a\"", "\"r\"", "\"y\"", "\" \"", "\"d\"", "\"u\"", "\"m\"", "\"p\"", "\" \"", "\"f\"", "\"i\"", "\"l\"", "\"e\"", "\"*\"", "\")\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[44]=", CellID->178059459] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Generalizations & Extensions", "Subsection", CellID->341730584], Cell["Visualize the binary data contained in a file:", "Text", CellID->793028958], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"FindFile", "[", "\"\\"", "]"}], "]"}]], "Input", CellChangeTimes->{3.7476759922044773`*^9}, CellID->677327281], Cell[BoxData[ TemplateBox[{ TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", "\"N\"", "\"G\"", TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", "\"H\"", "\"D\"", "\"R\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\"H\"", "\"Y\"", "\"s\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"5\"", TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"5\"", TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", "\"e\"", TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", "\"i\"", "\"C\"", "\"C\"", "\"P\"", "\"P\"", "\"h\"", "\"o\"", "\"t\"", "\"o\"", "\"s\"", "\"h\"", "\"o\"", "\"p\"", "\" \"", "\"I\"", "\"C\"", "\"C\"", "\" \"", "\"p\"", "\"r\"", "\"o\"", "\"f\"", "\"i\"", "\"l\"", "\"e\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"g\"", "\"T\"", "\"S\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", "\"K\"", TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", "\"o\"", "\"R\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", "\"R\"", "\"B\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"&\"", "\"*\"", "\"!\"", TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", "\"E\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\",\"", TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\">\"", TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"3\"", "\"Q\"", "\"5\"", TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\".\"", "\"@\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", "\"p\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"d\"", "\"!\"", "\"s\"", TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"~\"", "\"<\"", "\"<\"", "\"+\"", "\"\\\"\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"be\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3975155279503106, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3975155279503106, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3975155279503106, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3975155279503106`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3975155279503106, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3975155279503106, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"M\"", TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\\\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\"K\"", TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", "\"z\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", "\"F\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"&\"", "\"S\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", "\"b\"", TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", "\"-\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"'\"", TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"e\"", TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", "\";\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"0\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", "\"K\"", TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"9\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", "\"I\"", "\"W\"", "\"f\"", "\"H\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", "\"Q\"", TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\")\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", "\"#\"", "\"x\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"F\"", TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"<\"", TemplateBox[{"\"f1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6086956521739131, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6086956521739131, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6086956521739131, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6086956521739131`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6086956521739131, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6086956521739131, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", "\"9\"", "\"E\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"q\"", TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"W\"", "\".\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"6\"", "\"a\"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", "\".\"", TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"y\"", TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"19\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10766045548654245`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10766045548654245`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10766045548654248`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10766045548654245`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10766045548654245`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10766045548654245`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"4\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"6\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3643892339544514, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3643892339544514, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36438923395445144`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3643892339544514`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3643892339544514, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3643892339544514, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"_\"", "\"-\"", TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.401656314699793, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.401656314699793, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40165631469979307`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.401656314699793`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.401656314699793, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.401656314699793, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"b\"", "\"b\"", TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", "\"~\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", "\"/\"", TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"m\"", TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", TemplateBox[{"\"ee\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5962732919254659, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5962732919254659, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5962732919254659, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5962732919254659`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5962732919254659, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5962732919254659, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", "\"^\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"~\"", "\"<\"", "\"<\"", "\"E\"", TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", "\"[\"", "\"a\"", TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"}\"", TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"g\"", TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"_\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"l\"", TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"~\"", "\"<\"", TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"be\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3975155279503106, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3975155279503106, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3975155279503106, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3975155279503106`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3975155279503106, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3975155279503106, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", "\"]\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"G\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"G\"", TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", "\"b\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"*\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\")\"", TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"d\"", TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\">\"", TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"5\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> F\ alse]}]}], "]"}]& )], "\"j\"", "\">\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"]\"", "\"c\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", "\"'\"", TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"t\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.38509316770186336`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.38509316770186336`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3850931677018634, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.38509316770186336`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.38509316770186336`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.38509316770186336`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"o\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ef\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6004140786749483, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6004140786749483, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6004140786749483, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6004140786749483`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6004140786749483, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6004140786749483, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"G\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", "\"I\"", TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", "\"D\"", "\"$\"", "\".\"", "\"T\"", TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"6\"", TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", "\"$\"", TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"d\"", TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"r\"", "\"`\"", "\")\"", TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", "\"(\"", TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", "\"`\"", "\"/\"", TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"4\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"h\"", TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\".\"", TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"U\"", TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", "\"p\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", "\"!\"", TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"#\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", "\" \"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"\\\"\"", "\"K\"", TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"5\"", "\"H\"", "\"1\"", "\"R\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"T\"", "\" \"", "\"U\"", "\"H\"", TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", "\"r\"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"9\"", TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\\\"", "\"F\"", TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"G\"", "\"1\"", TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"=\"", TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"F\"", TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"d\"", "\"t\"", "\"1\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"r\"", TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"6\"", TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\">\"", "\"C\"", TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"l\"", "\"0\"", "\".\"", TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\",\"", TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.38509316770186336`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.38509316770186336`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3850931677018634, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.38509316770186336`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.38509316770186336`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.38509316770186336`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {\ }, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"6\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", "\"B\"", "\" \"", "\"a\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", "\"H\"", "\"X\"", "\"L\"", "\"X\"", "\"N\"", TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", "\"4\"", TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"'\"", "\"\\\"\"", TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"&\"", TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", "\"2\"", "\"1\"", TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"H\"", "\",\"", "\"#\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"/\"", TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", "\"$\"", TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\"2\"", "\"'\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"T\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"F\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"n\"", "\"R\"", "\"#\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"4\"", "\"H\"", TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"d\"", "\"k\"", TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"9\"", TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", "\" \"", "\"+\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", "\"@\"", "\"q\"", TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\""}, "RowDefault"]], "Output", CellLabel->"Out[32]=", CellID->837901482] }, Open ]], Cell["Only view the first 10 bytes:", "Text", CellID->4846967], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{ RowBox[{"FindFile", "[", "\"\\"", "]"}], ",", "10"}], "]"}]], "Input", CellChangeTimes->{3.7476759958728447`*^9}, CellID->348205805], Cell[BoxData[ TemplateBox[{ TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", "\"N\"", "\"G\"", TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[34]=", CellID->450695235] }, Open ]], Cell[TextData[{ "View the contents of a ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["CloudObject", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/CloudObject", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro", FontSize->0.9428571428571428 Inherited], ":" }], "Text", CellID->981600968], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"expr", "=", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"Range", "[", RowBox[{"0", ",", "255", ",", "32"}], "]"}], ",", RowBox[{"<|", RowBox[{ RowBox[{"\"\\"", "\[Rule]", RowBox[{"f", "[", "x", "]"}]}], ",", RowBox[{"sym", "\[Rule]", "\"\\""}]}], "|>"}]}], "}"}]}]], "Input", CellLabel->"In[46]:=", CellID->188133486], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"here's a string\"\>", ",", RowBox[{"{", RowBox[{ "0", ",", "32", ",", "64", ",", "96", ",", "128", ",", "160", ",", "192", ",", "224"}], "}"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\<\"a\"\>", "\[Rule]", RowBox[{"f", "[", "x", "]"}]}], ",", RowBox[{"sym", "\[Rule]", "\<\"Hello world\"\>"}]}], "\[RightAssociation]"}]}], "}"}]], "Output", CellLabel->"Out[46]=", CellID->420761434] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"co", "=", RowBox[{"CloudExport", "[", RowBox[{"expr", ",", "\"\\""}], "]"}]}]], "Input", CellLabel->"In[47]:=", CellID->242443143], Cell[BoxData[ InterpretationBox[ FrameBox[GridBox[{ { TagBox[ ButtonBox[ DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Typeset", "Audio"}, "IconCloud-Default.png"]], ImageSizeCache->{18., {6., 10.}}], Appearance->None, BaseStyle->{}, BaselinePosition->Baseline, ButtonFunction:>NotebookWrite[ Nest[ParentBox, EvaluationBox[], 4], InterpretationBox[ RowBox[{"CloudObject", "[", TemplateBox[{ "\"https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd\"", "https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd"}, "HyperlinkURL"], "]"}], CloudObject[ "https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd"], SelectWithContents -> True]], DefaultBaseStyle->{}, Evaluator->"System"], MouseAppearanceTag["LinkHand"]], StyleBox["\<\"d6319369-a126-4b20-9b58-503e7ac628bd\"\>", ShowStringCharacters->False, FontFamily->"Source Sans Pro", FontSize->11, FontWeight->"Semibold", FontColor->GrayLevel[0.33]], TagBox[ ButtonBox[ DynamicBox[FEPrivate`FrontEndResource["FEExpressions", "OpenURLIcon"], ImageSizeCache->{17., {3., 12.}}], Appearance->None, BaseStyle->{}, BaselinePosition->Baseline, ButtonFunction:>SystemOpen[ First[ CloudObject[ "https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd"]]], DefaultBaseStyle->{}, Evaluator->"System", Tooltip->StyleBox[ InterpretationBox[ RowBox[{"CloudObject", "[", TemplateBox[{ "\"https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd\"", "https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd"}, "HyperlinkURL"], "]"}], CloudObject[ "https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-\ 503e7ac628bd"], SelectWithContents -> True], ShowStringCharacters -> True]], MouseAppearanceTag["LinkHand"]]} }, BaselinePosition->{1, 1}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{0}}}], Background->GrayLevel[0.95], BaseStyle->{Selectable -> False}, BaselinePosition->Baseline, ContentPadding->False, FrameMargins->{{1, 1}, {1, 1}}, FrameStyle->GrayLevel[0.65], RoundingRadius->3], CloudObject[ "https://www.wolframcloud.com/objects/d6319369-a126-4b20-9b58-503e7ac628bd"]\ ]], "Output", CellLabel->"Out[47]=", CellID->762737266] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "co", "]"}]], "Input", CellChangeTimes->{3.7476759991741743`*^9}, CellID->521359380], Cell[BoxData[ TemplateBox[{"\"8\"", "\":\"", "\"f\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"i\"", "\"s\"", "\"t\"", "\"S\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", "\"e\"", "\"r\"", "\"e\"", "\"'\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"s\"", "\"t\"", "\"r\"", "\"i\"", "\"n\"", "\"g\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"S\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", "\"f\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"f\"", "\"s\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"x\"", "\"-\"", "\"s\"", TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"s\"", "\"y\"", "\"m\"", "\"S\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"e\"", "\"l\"", "\"l\"", "\"o\"", "\" \"", "\"w\"", "\"o\"", "\"r\"", "\"l\"", "\"d\""}, "RowDefault"]], "Output", CellLabel->"Out[48]=", CellID->762738609] }, Open ]], Cell["View the bytes of the WXF format directly:", "Text", CellID->765121328], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "expr", "]"}]], "Input", CellChangeTimes->{3.747676001612418*^9}, CellID->738554369], Cell[BoxData[ TemplateBox[{"\"8\"", "\":\"", "\"f\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"i\"", "\"s\"", "\"t\"", "\"S\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", "\"e\"", "\"r\"", "\"e\"", "\"'\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"s\"", "\"t\"", "\"r\"", "\"i\"", "\"n\"", "\"g\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"S\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", "\"f\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"f\"", "\"s\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"x\"", "\"-\"", "\"s\"", TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"s\"", "\"y\"", "\"m\"", "\"S\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"e\"", "\"l\"", "\"l\"", "\"o\"", "\" \"", "\"w\"", "\"o\"", "\"r\"", "\"l\"", "\"d\""}, "RowDefault"]], "Output", CellLabel->"Out[53]=", CellID->948140305] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Applications", "Subsection", CellID->568056528], Cell["Compare binary formats:", "Text", CellID->613432120], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"expr", "=", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"Range", "[", RowBox[{"0", ",", "255", ",", "32"}], "]"}], ",", RowBox[{"<|", RowBox[{ RowBox[{"\"\\"", "\[Rule]", RowBox[{"f", "[", "x", "]"}]}], ",", RowBox[{"sym", "\[Rule]", "\"\\""}]}], "|>"}]}], "}"}]}]], "Input", CellLabel->"In[49]:=", CellID->804011455], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"here's a string\"\>", ",", RowBox[{"{", RowBox[{ "0", ",", "32", ",", "64", ",", "96", ",", "128", ",", "160", ",", "192", ",", "224"}], "}"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\<\"a\"\>", "\[Rule]", RowBox[{"f", "[", "x", "]"}]}], ",", RowBox[{"sym", "\[Rule]", "\<\"Hello world\"\>"}]}], "\[RightAssociation]"}]}], "}"}]], "Output", CellLabel->"Out[49]=", CellID->796357205] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"ExportByteArray", "[", RowBox[{"expr", ",", "\"\\""}], "]"}], "]"}]], "Input", CellChangeTimes->{3.7476760038446417`*^9}, CellID->986446173], Cell[BoxData[ TemplateBox[{"\"8\"", "\":\"", "\"f\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"i\"", "\"s\"", "\"t\"", "\"S\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", "\"e\"", "\"r\"", "\"e\"", "\"'\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"s\"", "\"t\"", "\"r\"", "\"i\"", "\"n\"", "\"g\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"S\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", "\"f\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"f\"", "\"s\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"x\"", "\"-\"", "\"s\"", TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", "\"s\"", "\"y\"", "\"m\"", "\"S\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"e\"", "\"l\"", "\"l\"", "\"o\"", "\" \"", "\"w\"", "\"o\"", "\"r\"", "\"l\"", "\"d\""}, "RowDefault"]], "Output", CellLabel->"Out[50]=", CellID->578228071] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"ExportByteArray", "[", RowBox[{"expr", ",", "\"\\""}], "]"}], "]"}]], "Input", CellChangeTimes->{3.747676017810038*^9}, CellID->119734855], Cell[BoxData[ TemplateBox[{ "\"(\"", "\"*\"", "\"T\"", "\"h\"", "\"i\"", "\"s\"", "\" \"", "\"i\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"W\"", "\"o\"", "\"l\"", "\"f\"", "\"r\"", "\"a\"", "\"m\"", "\" \"", "\"L\"", "\"a\"", "\"n\"", "\"g\"", "\"u\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"b\"", "\"i\"", "\"n\"", "\"a\"", "\"r\"", "\"y\"", "\" \"", "\"d\"", "\"u\"", "\"m\"", "\"p\"", "\" \"", "\"f\"", "\"i\"", "\"l\"", "\"e\"", "\".\"", "\" \"", "\"I\"", "\"t\"", "\" \"", "\"c\"", "\"a\"", "\"n\"", "\" \"", "\"b\"", "\"e\"", "\" \"", "\"l\"", "\"o\"", "\"a\"", "\"d\"", "\"e\"", "\"d\"", "\" \"", "\"w\"", "\"i\"", "\"t\"", "\"h\"", "\" \"", "\"G\"", "\"e\"", "\"t\"", "\".\"", "\"*\"", "\")\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"i\"", "\"n\"", "\"d\"", "\"o\"", "\"w\"", "\"s\"", "\"-\"", "\"x\"", "\"8\"", "\"6\"", "\"-\"", "\"6\"", "\"4\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", "\"N\"", "\"D\"", "\"C\"", "\"O\"", "\"N\"", "\"T\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"1\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"o\"", "\"l\"", "\"d\"", "\"C\"", "\"o\"", "\"m\"", "\"p\"", "\"l\"", "\"e\"", "\"t\"", "\"e\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", "\"y\"", "\"m\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", "\"s\"", "\"s\"", "\"o\"", "\"c\"", "\"i\"", "\"a\"", "\"t\"", "\"i\"", "\"o\"", "\"n\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"e\"", "\"l\"", "\"l\"", "\"o\"", "\" \"", "\"w\"", "\"o\"", "\"r\"", "\"l\"", "\"d\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", "\"S\"", "\"y\"", "\"s\"", "\"t\"", "\"e\"", "\"m\"", "\"`\"", "\"P\"", "\"r\"", "\"i\"", "\"v\"", "\"a\"", "\"t\"", "\"e\"", "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"y\"", "\"s\"", "\"t\"", "\"e\"", "\"m\"", "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"i\"", "\"s\"", "\"t\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", "\"h\"", "\"e\"", "\"r\"", "\"e\"", "\"'\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"s\"", "\"t\"", "\"r\"", "\"i\"", "\"n\"", "\"g\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]] ], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\"C\"", "\"o\"", "\"n\"", "\"v\"", "\"e\"", "\"r\"", "\"t\"", "\"e\"", "\"r\"", "\"s\"", "\"P\"", "\"r\"", "\"i\"", "\"v\"", "\"a\"", "\"t\"", "\"e\"", "\"D\"", "\"u\"", "\"m\"", "\"p\"", "\"S\"", "\"y\"", "\"m\"", "\"b\"", "\"o\"", "\"l\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", "\"N\"", "\"o\"", "\"t\"", "\"e\"", "\"b\"", "\"o\"", "\"o\"", "\"k\"", "\"$\"", "\"$\"", "\"5\"", "\"9\"", "\"$\"", "\"2\"", "\"4\"", "\"3\"", "\"9\"", "\"7\"", "\"3\"", "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"2\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"3\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", "\"t\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"4\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", "\"*\"", "\"E\"", "\"n\"", "\"d\"", "\" \"", "\"o\"", "\"f\"", "\" \"", "\"W\"", "\"o\"", "\"l\"", "\"f\"", "\"r\"", "\"a\"", "\"m\"", "\" \"", "\"L\"", "\"a\"", "\"n\"", "\"g\"", "\"u\"", "\"a\"", "\"g\"", "\"e\"", "\" \"", "\"b\"", "\"i\"", "\"n\"", "\"a\"", "\"r\"", "\"y\"", "\" \"", "\"d\"", "\"u\"", "\"m\"", "\"p\"", "\" \"", "\"f\"", "\"i\"", "\"l\"", "\"e\"", "\"*\"", "\")\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]] ], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[51]=", CellID->662591218] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"ExportByteArray", "[", RowBox[{"expr", ",", "\"\\""}], "]"}], "]"}]], "Input", CellChangeTimes->{3.74767602052831*^9}, CellID->869914562], Cell[BoxData[ TemplateBox[{"\"W\"", "\"D\"", "\"X\"", "\"1\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"<\"", TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"i\"", TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", "\"e\"", "\"r\"", "\"e\"", "\"'\"", "\"s\"", "\" \"", "\"a\"", "\" \"", "\"s\"", "\"t\"", "\"r\"", "\"i\"", "\"n\"", "\"g\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", "\"x\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", "\",\"", "\".\"", TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\",\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\"J\"", "\"T\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"H\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4927536231884058, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4927536231884058, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4927536231884058, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4927536231884058`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4927536231884058, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4927536231884058, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", "\"(\"", "\"y\"", TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"(\"", TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[52]=", CellID->229649809] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Properties and Relations", "Subsection", CellID->754506620], Cell["Packed arrays are aptly named:", "Text", CellID->747588707], Cell[BoxData[{ RowBox[{ RowBox[{"a1", "=", RowBox[{"Range", "[", "20", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"a2", "=", RowBox[{"{", RowBox[{ "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20"}], "}"}]}], ";"}]}], "Input", CellLabel->"In[67]:=", CellID->102505204], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Developer`PackedArrayQ", "[", "a1", "]"}]], "Input", CellLabel->"In[69]:=", CellID->97138337], Cell[BoxData["True"], "Output", CellLabel->"Out[69]=", CellID->685248900] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Developer`PackedArrayQ", "[", "a2", "]"}]], "Input", CellLabel->"In[70]:=", CellID->4731887], Cell[BoxData["False"], "Output", CellLabel->"Out[70]=", CellID->775051290] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "a1", "]"}]], "Input", CellChangeTimes->{3.7476760240656633`*^9}, CellID->201828614], Cell[BoxData[ TemplateBox[{"\"8\"", "\":\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> N\ one, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[71]=", CellID->529011330] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", "a2", "]"}]], "Input", CellChangeTimes->{3.747676025870844*^9}, CellID->89736615], Cell[BoxData[ TemplateBox[{"\"8\"", "\":\"", "\"f\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"i\"", "\"s\"", "\"t\"", "\"C\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[72]=", CellID->118798888] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Possible Issues", "Subsection", CellID->92483860], Cell["By default, only the first 1024 bytes are shown:", "Text", CellID->278496277], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"FindFile", "[", "\"\\"", "]"}], "]"}]], "Input", CellChangeTimes->{3.7476760286541224`*^9}, CellID->68649766], Cell[BoxData[ TemplateBox[{ TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", "\"F\"", "\"I\"", "\"F\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"C\"", "\"R\"", "\"E\"", "\"A\"", "\"T\"", "\"O\"", "\"R\"", "\":\"", "\" \"", "\"X\"", "\"V\"", "\" \"", "\"V\"", "\"e\"", "\"r\"", "\"s\"", "\"i\"", "\"o\"", "\"n\"", "\" \"", "\"3\"", "\".\"", "\"1\"", "\"0\"", "\"a\"", "\" \"", "\" \"", "\"R\"", "\"e\"", "\"v\"", "\":\"", "\" \"", "\"1\"", "\"2\"", "\"/\"", "\"2\"", "\"9\"", "\"/\"", "\"9\"", "\"4\"", "\" \"", "\"(\"", "\"P\"", "\"N\"", "\"G\"", "\" \"", "\"p\"", "\"a\"", "\"t\"", "\"c\"", "\"h\"", "\" \"", "\"1\"", "\".\"", "\"1\"", "\")\"", "\" \"", "\" \"", "\"Q\"", "\"u\"", "\"a\"", "\"l\"", "\"i\"", "\"t\"", "\"y\"", "\" \"", "\"=\"", "\" \"", "\"9\"", "\"5\"", "\",\"", "\" \"", "\"S\"", "\"m\"", "\"o\"", "\"o\"", "\"t\"", "\"h\"", "\"i\"", "\"n\"", "\"g\"", "\" \"", "\"=\"", "\" \"", "\"0\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"}\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", "\"1\"", "\"A\"", TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"a\"", TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"q\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", "\"B\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", "\"3\"", "\"b\"", "\"r\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"19\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10766045548654245`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10766045548654245`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10766045548654248`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10766045548654245`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10766045548654245`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10766045548654245`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", "\"&\"", "\"'\"", "\"(\"", "\")\"", "\"*\"", "\"4\"", "\"5\"", "\"6\"", "\"7\"", "\"8\"", "\"9\"", "\":\"", "\"C\"", "\"D\"", "\"E\"", "\"F\"", "\"G\"", "\"H\"", "\"I\"", "\"J\"", "\"S\"", "\"T\"", "\"U\"", "\"V\"", "\"W\"", "\"X\"", "\"Y\"", "\"Z\"", "\"c\"", "\"d\"", "\"e\"", "\"f\"", "\"g\"", "\"h\"", "\"i\"", "\"j\"", "\"s\"", "\"t\"", "\"u\"", "\"v\"", "\"w\"", "\"x\"", "\"y\"", "\"z\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.30227743271221535`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.30227743271221535`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.30227743271221535`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.30227743271221535`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.30227743271221535`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.30227743271221535`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3643892339544514, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3643892339544514, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36438923395445144`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3643892339544514`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3643892339544514, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3643892339544514, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4927536231884058, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4927536231884058, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4927536231884058, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4927536231884058`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4927536231884058, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4927536231884058, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6086956521739131, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6086956521739131, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6086956521739131, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6086956521739131`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6086956521739131, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6086956521739131, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", "\"<\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", "\"G\"", "\"C\"", TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"~\"", "\"]\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"M\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", "\"#\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\"5\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"U\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", "\"M\"", "\"I\"", "\"g\"", TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\"g\"", "\">\"", "\"X\"", "\"\\\"\"", TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"y\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"i\"", TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", "\"p\"", TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", "\"^\"", TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\"&\"", "\"<\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", "\"B\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", "\"W\"", "\"}\"", TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.401656314699793, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.401656314699793, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40165631469979307`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.401656314699793`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.401656314699793, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.401656314699793, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", "\"Q\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"ef\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6004140786749483, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6004140786749483, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6004140786749483, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6004140786749483`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6004140786749483, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6004140786749483, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\" \"", "\"S\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", "\"y\"", TemplateBox[{"\"ee\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5962732919254659, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5962732919254659, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5962732919254659, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5962732919254659`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5962732919254659, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5962732919254659, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"G\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"i\"", TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"4\"", TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", "\"~\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\"(\"", TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"'\"", TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", "\"1\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"`\"", "\"3\"", TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"$\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"n\"", TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"E\"", TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"r\"", "\">\"", "\",\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", "\"w\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"z\"", TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"G\"", TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", "\"|\"", TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"<\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", "\"-\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", "\"'\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", "\"U\"", "\"t\"", TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"Z\"", TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.401656314699793, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.401656314699793, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40165631469979307`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.401656314699793`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.401656314699793, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.401656314699793, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"o\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", TemplateBox[{"\"19\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10766045548654245`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10766045548654245`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10766045548654248`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10766045548654245`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10766045548654245`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10766045548654245`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"2\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"]\"", TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"n\"", TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"k\"", TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"}\"", "\"k\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", "\"k\"", "\"]\"", TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\">\"", "\"a\"", "\"V\"", "\"4\"", TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", "\"0\"", "\"{\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", "\"n\"", "\"4\"", TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", "\"`\"", "\"^\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", "\"f\"", "\";\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"g\"", TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\":\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"}\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", "\"s\"", TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", "\"l\"", "\"$\"", "\"o\"", "\"Q\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", "\"Y\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", "\"z\"", TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"z\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", "\"S\"", TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", "\"h\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", "\"\\\\\"", TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"6\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\"<\"", "\"n\"", "\"d\"", "\"%\"", "\"F\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", "\"W\"", "\"E\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Y\"", TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Z\"", "\",\"", "\"J\"", TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", "\"q\"", TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"k\"", "\"V\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\":\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"_\"", TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"0\"", TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"j\"", TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", "\"P\"", "\"f\"", TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"]\"", "\"7\"", TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Z\"", TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", "\"n\""}, "RowDefault"]], "Output", CellLabel->"Out[74]=", CellID->155574756] }, Open ]], Cell["Use the second argument to view more:", "Text", CellID->629216942], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{ RowBox[{"FindFile", "[", "\"\\"", "]"}], ",", "1500"}], "]"}]], "Input", CellChangeTimes->{3.7476760324064975`*^9}, CellID->629974925], Cell[BoxData[ TemplateBox[{ TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", "\"F\"", "\"I\"", "\"F\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"C\"", "\"R\"", "\"E\"", "\"A\"", "\"T\"", "\"O\"", "\"R\"", "\":\"", "\" \"", "\"X\"", "\"V\"", "\" \"", "\"V\"", "\"e\"", "\"r\"", "\"s\"", "\"i\"", "\"o\"", "\"n\"", "\" \"", "\"3\"", "\".\"", "\"1\"", "\"0\"", "\"a\"", "\" \"", "\" \"", "\"R\"", "\"e\"", "\"v\"", "\":\"", "\" \"", "\"1\"", "\"2\"", "\"/\"", "\"2\"", "\"9\"", "\"/\"", "\"9\"", "\"4\"", "\" \"", "\"(\"", "\"P\"", "\"N\"", "\"G\"", "\" \"", "\"p\"", "\"a\"", "\"t\"", "\"c\"", "\"h\"", "\" \"", "\"1\"", "\".\"", "\"1\"", "\")\"", "\" \"", "\" \"", "\"Q\"", "\"u\"", "\"a\"", "\"l\"", "\"i\"", "\"t\"", "\"y\"", "\" \"", "\"=\"", "\" \"", "\"9\"", "\"5\"", "\",\"", "\" \"", "\"S\"", "\"m\"", "\"o\"", "\"o\"", "\"t\"", "\"h\"", "\"i\"", "\"n\"", "\"g\"", "\" \"", "\"=\"", "\" \"", "\"0\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"}\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", "\"1\"", "\"A\"", TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"a\"", TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"q\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", "\"B\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"$\"", "\"3\"", "\"b\"", "\"r\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"19\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10766045548654245`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10766045548654245`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10766045548654248`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10766045548654245`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10766045548654245`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10766045548654245`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", "\"&\"", "\"'\"", "\"(\"", "\")\"", "\"*\"", "\"4\"", "\"5\"", "\"6\"", "\"7\"", "\"8\"", "\"9\"", "\":\"", "\"C\"", "\"D\"", "\"E\"", "\"F\"", "\"G\"", "\"H\"", "\"I\"", "\"J\"", "\"S\"", "\"T\"", "\"U\"", "\"V\"", "\"W\"", "\"X\"", "\"Y\"", "\"Z\"", "\"c\"", "\"d\"", "\"e\"", "\"f\"", "\"g\"", "\"h\"", "\"i\"", "\"j\"", "\"s\"", "\"t\"", "\"u\"", "\"v\"", "\"w\"", "\"x\"", "\"y\"", "\"z\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.30227743271221535`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.30227743271221535`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.30227743271221535`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.30227743271221535`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.30227743271221535`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.30227743271221535`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3643892339544514, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3643892339544514, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36438923395445144`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3643892339544514`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3643892339544514, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3643892339544514, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4927536231884058, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4927536231884058, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4927536231884058, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4927536231884058`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4927536231884058, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4927536231884058, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6086956521739131, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6086956521739131, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6086956521739131, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6086956521739131`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6086956521739131, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6086956521739131, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", "\"<\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", "\"G\"", "\"C\"", TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"~\"", "\"]\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\"M\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", "\"#\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\"5\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", "\"U\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", "\"M\"", "\"I\"", "\"g\"", TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\"g\"", "\">\"", "\"X\"", "\"\\\"\"", TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"y\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"i\"", TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", "\"p\"", TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", "\"^\"", TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\"&\"", "\"<\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", "\"B\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", "\"W\"", "\"}\"", TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.401656314699793, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.401656314699793, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40165631469979307`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.401656314699793`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.401656314699793, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.401656314699793, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", "\"Q\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"ef\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6004140786749483, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6004140786749483, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6004140786749483, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6004140786749483`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6004140786749483, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6004140786749483, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", "\" \"", "\"S\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4057971014492754, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4057971014492754, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40579710144927544`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4057971014492754`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4057971014492754, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4057971014492754, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"S\"", TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", "\"y\"", TemplateBox[{"\"ee\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5962732919254659, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5962732919254659, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5962732919254659, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5962732919254659`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5962732919254659, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5962732919254659, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"G\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"i\"", TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"h\"", TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"4\"", TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", "\"~\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\"(\"", TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"'\"", TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", "\"1\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"`\"", "\"3\"", TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"$\"", TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"n\"", TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"E\"", TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"r\"", "\">\"", "\",\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", "\"w\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"z\"", TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"e6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5631469979296067, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5631469979296067, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5631469979296067, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5631469979296067`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5631469979296067, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5631469979296067, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"G\"", TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"E\"", "\"|\"", TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", "\"<\"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", "\"-\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", "\"'\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", "\"U\"", "\"t\"", TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"Z\"", TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.401656314699793, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.401656314699793, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.40165631469979307`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.401656314699793`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.401656314699793, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.401656314699793, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"o\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"w\"", TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"H\"", TemplateBox[{"\"19\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10766045548654245`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10766045548654245`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10766045548654248`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10766045548654245`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10766045548654245`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10766045548654245`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"-\"", "\"2\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"]\"", TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"n\"", TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.505175983436853, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.505175983436853, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5051759834368529, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.505175983436853`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.505175983436853, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.505175983436853, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"c1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4099378881987578, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4099378881987578, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4099378881987578, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4099378881987578`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4099378881987578, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4099378881987578, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"k\"", TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"\\\"\"", TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"}\"", "\"k\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"t\"", TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", "\"k\"", "\"]\"", TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"99\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24430641821946172`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24430641821946172`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24430641821946164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24430641821946172`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24430641821946172`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24430641821946172`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"91\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2111801242236025, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2111801242236025, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21118012422360244`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2111801242236025`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2111801242236025, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2111801242236025, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\">\"", "\"a\"", "\"V\"", "\"4\"", TemplateBox[{"\"f8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6376811594202899, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6376811594202899, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6376811594202899, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6376811594202899`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6376811594202899, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6376811594202899, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"c\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\",\"", "\"0\"", "\"{\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", "\"n\"", "\"4\"", TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", "\"`\"", "\"^\"", TemplateBox[{"\"83\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15320910973084886`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15320910973084886`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15320910973084886`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15320910973084886`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15320910973084886`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15320910973084886`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"B\"", "\"f\"", "\";\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"g\"", TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\":\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"}\"", TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", "\"s\"", TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", "\"l\"", "\"$\"", "\"o\"", "\"Q\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5590062111801243, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5590062111801243, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5590062111801243, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5590062111801243`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5590062111801243, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5590062111801243, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", "\"Y\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", "\"z\"", TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", "\"z\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4347826086956522, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4347826086956522, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4347826086956523, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4347826086956522`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4347826086956522, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4347826086956522, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"D\"", TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.422360248447205, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.422360248447205, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42236024844720504`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.422360248447205`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.422360248447205, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.422360248447205, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", "\"S\"", TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"V\"", TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", "\"h\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", "\"\\\\\"", TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"6\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\"<\"", "\"n\"", "\"d\"", "\"%\"", "\"F\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"z\"", "\"W\"", "\"E\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Y\"", TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Z\"", "\",\"", "\"J\"", TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", "\"q\"", TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4761904761904762, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4761904761904762, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4761904761904763, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4761904761904762`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4761904761904762, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4761904761904762, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"N\"", "\"k\"", "\"V\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"R\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"*\"", TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\":\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"_\"", TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"0\"", TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"L\"", "\"j\"", TemplateBox[{"\"18\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.10351966873706005`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.10351966873706005`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.10351966873705999`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.10351966873706005`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.10351966873706005`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.10351966873706005`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", "\"P\"", "\"f\"", TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"]\"", "\"7\"", TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"@\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"eb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5838509316770186, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5838509316770186, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5838509316770185, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5838509316770186`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5838509316770186, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5838509316770186, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Z\"", TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"95\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2277432712215321, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2277432712215321, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22774327122153204`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2277432712215321`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2277432712215321, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2277432712215321, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", "\"n\"", TemplateBox[{"\"be\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3975155279503106, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3975155279503106, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3975155279503106, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3975155279503106`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3975155279503106, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3975155279503106, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"A\"", TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"U\"", TemplateBox[{"\"a2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2815734989648033, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2815734989648033, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28157349896480327`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2815734989648033`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2815734989648033, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2815734989648033, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"'\"", "\"C\"", "\"*\"", TemplateBox[{"\"0e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06211180124223609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"{\"", "\"T\"", "\"7\"", TemplateBox[{"\"d6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.49689440993788825`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.49689440993788825`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4968944099378883, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.49689440993788825`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.49689440993788825`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.49689440993788825`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\".\"", TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]] ], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", "\"=\"", TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"^\"", "\"5\"", TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5093167701863355, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5093167701863355, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5093167701863354, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5093167701863355`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5093167701863355, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5093167701863355, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6128364389233955, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6128364389233955, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6128364389233953, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6128364389233955`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6128364389233955, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6128364389233955, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"+\"", TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"1\"", TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6335403726708075, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6335403726708075, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6335403726708074, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6335403726708075`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6335403726708075, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6335403726708075, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", "\"-\"", TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3892339544513458, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3892339544513458, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.38923395445134573`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3892339544513458`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3892339544513458, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3892339544513458, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"1\"", TemplateBox[{"\"d2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48033126293995865`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48033126293995865`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4803312629399586, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48033126293995865`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48033126293995865`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48033126293995865`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"/\"", TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5714285714285715, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5714285714285715, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5714285714285714, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5714285714285715`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5714285714285715, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5714285714285715, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"80\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14078674948240166`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14078674948240166`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14078674948240164`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14078674948240166`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14078674948240166`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14078674948240166`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"06\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.028985507246376815`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.028985507246376815`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0289855072463768, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.028985507246376815`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.028985507246376815`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.028985507246376815`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", "\",\"", TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2028985507246377, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2028985507246377, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.20289855072463772`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2028985507246377`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2028985507246377, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2028985507246377, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"98\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24016563146997932`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24016563146997932`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24016563146997927`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24016563146997932`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24016563146997932`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24016563146997932`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"r\"", TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.24844720496894412`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.24844720496894412`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.24844720496894412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.24844720496894412`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.24844720496894412`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.24844720496894412`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4927536231884058, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4927536231884058, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4927536231884058, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4927536231884058`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4927536231884058, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4927536231884058, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"g\"", TemplateBox[{"\"86\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16563146997929606`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16563146997929606`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1656314699792962, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16563146997929606`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16563146997929606`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16563146997929606`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ef\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6004140786749483, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6004140786749483, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6004140786749483, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6004140786749483`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6004140786749483, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6004140786749483, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"df\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5341614906832298, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5341614906832298, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5341614906832298, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5341614906832298`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5341614906832298, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5341614906832298, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", "\"{\"", "\"y\"", "\"@\"", TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"b\"", TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", "\"v\"", TemplateBox[{"\"87\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1697722567287785, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1697722567287785, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1697722567287784, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1697722567287785`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1697722567287785, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1697722567287785, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"9\"", "\"b\"", "\"{\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", "\"%\"", TemplateBox[{"\"a7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.30227743271221535`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.30227743271221535`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.30227743271221535`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.30227743271221535`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.30227743271221535`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.30227743271221535`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"/\"", TemplateBox[{"\"d4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.48861283643892345`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.48861283643892345`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4886128364389235, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.48861283643892345`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.48861283643892345`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.48861283643892345`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ed\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5921325051759835, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5921325051759835, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5921325051759835, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5921325051759835`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5921325051759835, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5921325051759835, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"F\"", TemplateBox[{"\"b1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.34368530020703936`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.34368530020703936`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3436853002070393, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.34368530020703936`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.34368530020703936`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.34368530020703936`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"x\"", "\"o\"", "\"M\"", TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"97\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23602484472049692`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23602484472049692`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2360248447204969, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23602484472049692`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23602484472049692`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23602484472049692`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"5\"", TemplateBox[{"\"8b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1863354037267081, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1863354037267081, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.186335403726708, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1863354037267081`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1863354037267081, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1863354037267081, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"M\"", "\">\"", TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", "\"|\"", TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"q\"", TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", "\"t\"", TemplateBox[{"\"04\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.020703933747412008`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.020703933747412008`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.02070393374741195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.020703933747412008`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.020703933747412008`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.020703933747412008`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"01\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.008281573498964804, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.008281573498964804, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.00828157349896485, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.008281573498964804`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.008281573498964804, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.008281573498964804, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fe\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6625258799171843, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.045548654244306507`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"W\"", TemplateBox[{"\"0b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.04968944099378882, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.04968944099378882, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.049689440993788865`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.04968944099378882`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.04968944099378882, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.04968944099378882, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.30227743271221535`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.30227743271221535`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.30227743271221535`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.30227743271221535`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.30227743271221535`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.30227743271221535`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"89\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1780538302277433, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1780538302277433, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.17805383022774332`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1780538302277433`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1780538302277433, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1780538302277433, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", "\"C\"", TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"`\"", TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"10\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07039337474120083, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07039337474120083, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07039337474120082, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07039337474120083`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07039337474120083, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07039337474120083, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"84\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.15734989648033126`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.15734989648033126`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.15734989648033135`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.15734989648033126`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.15734989648033126`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.15734989648033126`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", "\" \"", TemplateBox[{"\"03\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.016563146997929608`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.016563146997929608`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0165631469979297, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.016563146997929608`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.016563146997929608`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.016563146997929608`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\"y\"", TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36024844720496896`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36024844720496896`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3602484472049691, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36024844720496896`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36024844720496896`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36024844720496896`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"&\"", TemplateBox[{"\"a9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31055900621118016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31055900621118016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3105590062111802, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31055900621118016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31055900621118016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31055900621118016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"k\"", "\"z\"", TemplateBox[{"\"0d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.05797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.05797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.0579710144927536, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.05797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.05797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.05797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"s\"", "\"i\"", "\"a\"", TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"M\"", "\"o\"", TemplateBox[{"\"1c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12008281573498966`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12008281573498966`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12008281573498969`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12008281573498966`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12008281573498966`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12008281573498966`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4596273291925466, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4596273291925466, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45962732919254673`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4596273291925466`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4596273291925466, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4596273291925466, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", "\"]\"", TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"c2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4140786749482403, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"#\"", TemplateBox[{"\"93\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2194616977225673, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2194616977225673, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21946169772256732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2194616977225673`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2194616977225673, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2194616977225673, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"02\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.012422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.012422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.012422360248447216`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.012422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.012422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.012422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.29399585921325055`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.29399585921325055`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2939958592132505, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.29399585921325055`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.29399585921325055`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.29399585921325055`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", "\"!\"", TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"aa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3146997929606625, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3146997929606625, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3146997929606626, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3146997929606625`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3146997929606625, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3146997929606625, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"0\"", "\"N\"", "\"k\"", TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6252587991718427, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6252587991718427, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6252587991718427, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6252587991718427`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6252587991718427, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6252587991718427, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"af\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33540372670807456`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33540372670807456`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.33540372670807456`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33540372670807456`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33540372670807456`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33540372670807456`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"5\"", TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"05\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.02484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.02484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.024844720496894495`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.02484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.02484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.02484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", "\"*\"", TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"[\"", TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"16\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09523809523809525, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09523809523809525, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09523809523809525, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09523809523809525`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09523809523809525, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09523809523809525, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"bb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.38509316770186336`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.38509316770186336`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3850931677018634, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.38509316770186336`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.38509316770186336`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.38509316770186336`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.35196687370600416`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.35196687370600416`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35196687370600416`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.35196687370600416`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.35196687370600416`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.35196687370600416`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"X\"", "\"e\"", "\"9\"", "\" \"", TemplateBox[{"\"88\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1739130434782609, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1739130434782609, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1739130434782609, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1739130434782609`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1739130434782609, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1739130434782609, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"]\"", "\"K\"", TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"p\"", "\"~\"", TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"v\"", "\"^\"", "\"1\"", TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"<\"", "\"_\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"j\"", TemplateBox[{"\"9f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.26915113871635615`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.26915113871635615`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26915113871635604`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.26915113871635615`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.26915113871635615`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.26915113871635615`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"3\"", TemplateBox[{"\"e2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.546583850931677, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.546583850931677, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.546583850931677, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.546583850931677`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {\ }, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.546583850931677, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.546583850931677, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"o\"", TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2567287784679089, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"!\"", "\"R\"", TemplateBox[{"\"b6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3643892339544514, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3643892339544514, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36438923395445144`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3643892339544514`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3643892339544514, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3643892339544514, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Z\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"11\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07453416149068323, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07453416149068323, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07453416149068319, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07453416149068323`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07453416149068323, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07453416149068323, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"a\"", TemplateBox[{"\"15\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09109730848861285, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09109730848861285, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09109730848861287, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09109730848861285`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09109730848861285, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09109730848861285, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ca\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4472049689440994, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4472049689440994, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4472049689440995, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4472049689440994`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4472049689440994, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4472049689440994, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", "\"V\"", TemplateBox[{"\"a8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3064182194616977, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3064182194616977, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3064182194616976, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3064182194616977`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3064182194616977, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3064182194616977, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"94\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2236024844720497, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2236024844720497, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.22360248447204956`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2236024844720497`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2236024844720497, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2236024844720497, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"8\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"=\"", TemplateBox[{"\"b2\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3478260869565218, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3478260869565218, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3478260869565219, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3478260869565218`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3478260869565218, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3478260869565218, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"e\"", TemplateBox[{"\"90\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2070393374741201, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2070393374741201, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2070393374741201, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2070393374741201`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2070393374741201, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2070393374741201, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3726708074534162, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3726708074534162, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3726708074534162, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3726708074534162`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3726708074534162, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3726708074534162, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4927536231884058, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4927536231884058, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4927536231884058, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4927536231884058`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4927536231884058, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4927536231884058, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11594202898550726`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11594202898550726`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11594202898550732`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11594202898550726`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11594202898550726`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11594202898550726`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", TemplateBox[{"\"8e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1987577639751553, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1987577639751553, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19875776397515524`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1987577639751553`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1987577639751553, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1987577639751553, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12836438923395446`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12836438923395446`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12836438923395455`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12836438923395446`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12836438923395446`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12836438923395446`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\".\"", TemplateBox[{"\"b4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3561076604554866, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3561076604554866, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.35610766045548664`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3561076604554866`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3561076604554866, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3561076604554866, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6583850931677019, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6583850931677019, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6583850931677019, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6583850931677019`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6583850931677019, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6583850931677019, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"f\"", TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.629399585921325, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.629399585921325, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6293995859213249, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.629399585921325`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.629399585921325, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.629399585921325, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"92\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2153209109730849, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2153209109730849, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.21532091097308484`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2153209109730849`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2153209109730849, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2153209109730849, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6086956521739131, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6086956521739131, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6086956521739131, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6086956521739131`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6086956521739131, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6086956521739131, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.12422360248447206`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.12422360248447206`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.12422360248447206`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.12422360248447206`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.12422360248447206`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.12422360248447206`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1946169772256729, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1946169772256729, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.19461697722567275`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1946169772256729`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1946169772256729, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1946169772256729, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2898550724637681, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2898550724637681, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2898550724637681, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2898550724637681`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2898550724637681, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2898550724637681, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\">\"", TemplateBox[{"\"bd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.39337474120082816`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.39337474120082816`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3933747412008282, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.39337474120082816`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.39337474120082816`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.39337474120082816`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ad\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32712215320910976`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32712215320910976`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3271221532091097, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32712215320910976`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32712215320910976`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32712215320910976`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dd\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5258799171842651, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5258799171842651, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5258799171842651, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5258799171842651`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5258799171842651, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5258799171842651, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"J\"", TemplateBox[{"\"96\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.23188405797101452`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.23188405797101452`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2318840579710144, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.23188405797101452`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.23188405797101452`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.23188405797101452`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\".\"", TemplateBox[{"\"cf\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4679089026915114, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4679089026915114, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46790890269151153`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4679089026915114`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4679089026915114, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4679089026915114, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.339544513457557, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.339544513457557, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.339544513457557, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.339544513457557`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.339544513457557, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.339544513457557, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"%\"", TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6418219461697723, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6418219461697723, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6418219461697722, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6418219461697723`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6418219461697723, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6418219461697723, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"8a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1821946169772257, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1821946169772257, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.18219461697722564`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1821946169772257`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1821946169772257, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1821946169772257, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"&\"", TemplateBox[{"\"d0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.47204968944099385`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.47204968944099385`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.47204968944099396`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.47204968944099385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.47204968944099385`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.47204968944099385`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"07\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.033126293995859216`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.033126293995859216`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.033126293995859285`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.033126293995859216`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.033126293995859216`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.033126293995859216`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"0f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.06625258799171843, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.06625258799171843, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.06625258799171845, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.06625258799171843`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.06625258799171843, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.06625258799171843, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Q\"", "\".\"", TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6501035196687371, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6501035196687371, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6501035196687371, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6501035196687371`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6501035196687371, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6501035196687371, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"y\"", TemplateBox[{"\"fc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6542443064182195, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6542443064182195, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6542443064182195, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6542443064182195`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6542443064182195, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6542443064182195, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"P\"", TemplateBox[{"\"f0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6045548654244307, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6045548654244307, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6045548654244307, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6045548654244307`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6045548654244307, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6045548654244307, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c5\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4265010351966874, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4265010351966874, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.42650103519668736`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4265010351966874`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4265010351966874, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4265010351966874, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"13\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08281573498964803, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08281573498964803, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08281573498964816, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08281573498964803`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08281573498964803, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08281573498964803, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"K\"", TemplateBox[{"\"f1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6086956521739131, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6086956521739131, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6086956521739131, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6086956521739131`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6086956521739131, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6086956521739131, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6169772256728779, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6169772256728779, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6169772256728779, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6169772256728779`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6169772256728779, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6169772256728779, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4306418219461698, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4306418219461698, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4306418219461698, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4306418219461698`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4306418219461698, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4306418219461698, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"da\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5134575569358178, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5134575569358178, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5134575569358178, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5134575569358178`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5134575569358178, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5134575569358178, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9d\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2608695652173913, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2608695652173913, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2608695652173912, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2608695652173913`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2608695652173913, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2608695652173913, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"14\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.08695652173913045, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.08695652173913045, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.08695652173913053, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.08695652173913045`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.08695652173913045, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.08695652173913045, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4182194616977226, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4182194616977226, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.41821946169772267`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4182194616977226`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4182194616977226, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4182194616977226, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4554865424430642, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4554865424430642, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.45548654244306425`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4554865424430642`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4554865424430642, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4554865424430642, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"y\"", TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"0c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.053830227743271224`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.053830227743271224`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.05383022774327135, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.053830227743271224`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.053830227743271224`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.053830227743271224`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"4\"", "\"R\"", TemplateBox[{"\"ac\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.32298136645962733`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.32298136645962733`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.32298136645962733`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.32298136645962733`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.32298136645962733`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.32298136645962733`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.27743271221532095`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.27743271221532095`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2774327122153209, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.27743271221532095`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.27743271221532095`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.27743271221532095`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"y\"", TemplateBox[{"\"c9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.443064182194617, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.443064182194617, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.44306418219461713`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.443064182194617`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.443064182194617, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.443064182194617, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"dc\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5217391304347826, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5217391304347826, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5217391304347826, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5217391304347826`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5217391304347826, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5217391304347826, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ec\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5879917184265011, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5879917184265011, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5879917184265011, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5879917184265011`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5879917184265011, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5879917184265011, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"?\"", "\",\"", "\"W\"", TemplateBox[{"\"b6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.3643892339544514, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.3643892339544514, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36438923395445144`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.3643892339544514`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.3643892339544514, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.3643892339544514, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", "\"&\"", TemplateBox[{"\"ff\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6666666666666667, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6666666666666667, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6666666666666666, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6666666666666667`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6666666666666667, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6666666666666667, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.30227743271221535`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.30227743271221535`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.30227743271221535`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.30227743271221535`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.30227743271221535`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.30227743271221535`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"|\"", "\"O\"", TemplateBox[{"\"b7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.36853002070393376`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.36853002070393376`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.36853002070393376`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.36853002070393376`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.36853002070393376`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.36853002070393376`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.484472049689441, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.484472049689441, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.484472049689441, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.484472049689441`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.484472049689441, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.484472049689441, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.28571428571428575`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.28571428571428575`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.28571428571428575`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.28571428571428575`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.28571428571428575`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.28571428571428575`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"b9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.37681159420289856`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.37681159420289856`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.37681159420289867`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.37681159420289856`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.37681159420289856`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.37681159420289856`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"d7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5010351966873706, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5010351966873706, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5010351966873704, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5010351966873706`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5010351966873706, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5010351966873706, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"f4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6211180124223603, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6211180124223603, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6211180124223603, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6211180124223603`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6211180124223603, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6211180124223603, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e7\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.567287784679089, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.567287784679089, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5672877846790889, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.567287784679089`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.567287784679089, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.567287784679089, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9b\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2525879917184265, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2525879917184265, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.25258799171842633`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2525879917184265`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2525879917184265, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2525879917184265, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"O\"", TemplateBox[{"\"82\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14906832298136646`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14906832298136646`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1490683229813665, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14906832298136646`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14906832298136646`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14906832298136646`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"cb\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4513457556935818, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4513457556935818, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.4513457556935818, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4513457556935818`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4513457556935818, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4513457556935818, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"c8\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.4389233954451346, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.4389233954451346, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.43892339544513465`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.4389233954451346`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.4389233954451346, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.4389233954451346, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"81\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.14492753623188406`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.14492753623188406`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.14492753623188412`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.14492753623188406`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.14492753623188406`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.14492753623188406`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"u\"", TemplateBox[{"\"08\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.037267080745341616`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.037267080745341616`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.03726708074534165, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.037267080745341616`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.037267080745341616`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.037267080745341616`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"a6\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2981366459627329, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2981366459627329, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.29813664596273287`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2981366459627329`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2981366459627329, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2981366459627329, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"F\"", "\";\"", "\"J\"", TemplateBox[{"\"a0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2732919254658385, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2732919254658385, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.2732919254658384, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2732919254658385`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2732919254658385, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2732919254658385, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"9e\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.2650103519668737, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.2650103519668737, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.26501035196687367`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.2650103519668737`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.2650103519668737, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.2650103519668737, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"C\"", "\"p\"", TemplateBox[{"\"85\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.16149068322981366`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.16149068322981366`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.16149068322981372`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.16149068322981366`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.16149068322981366`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.16149068322981366`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e4\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5548654244306419, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5548654244306419, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.554865424430642, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5548654244306419`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5548654244306419, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5548654244306419, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\" \"", TemplateBox[{"\"8c\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.1904761904761905, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.1904761904761905, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1904761904761905, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.1904761904761905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.1904761904761905, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.1904761904761905, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"12\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.07867494824016563, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.07867494824016563, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.07867494824016567, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.07867494824016563`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.07867494824016563, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.07867494824016563, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"n\"", TemplateBox[{"\"00\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.004140786749482402, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.004140786749482402, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.004140786749482425, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.004140786749482402`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.004140786749482402, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.004140786749482402, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\";\"", TemplateBox[{"\"ce\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.46376811594202905`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.46376811594202905`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.46376811594202905`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.46376811594202905`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.46376811594202905`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.46376811594202905`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"I\"", "\"l\"", TemplateBox[{"\"1a\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.11180124223602485`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.11180124223602485`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.11180124223602483`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.11180124223602485`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.11180124223602485`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.11180124223602485`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"fa\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.6459627329192547, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.6459627329192547, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.6459627329192547, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.6459627329192547`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.6459627329192547, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.6459627329192547, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e3\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5507246376811594, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5507246376811594, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5507246376811593, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5507246376811594`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5507246376811594, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5507246376811594, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e1\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5424430641821947, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5424430641821947, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5424430641821946, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5424430641821947`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5424430641821947, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5424430641821947, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"1f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13250517598343686`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13250517598343686`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.1325051759834369, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13250517598343686`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13250517598343686`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13250517598343686`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ed\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5921325051759835, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5921325051759835, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5921325051759835, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5921325051759835`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5921325051759835, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5921325051759835, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ab\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.31884057971014496`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.31884057971014496`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.31884057971014496`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.31884057971014496`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.31884057971014496`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.31884057971014496`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"e0\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5383022774327123, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5383022774327123, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5383022774327123, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5383022774327123`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5383022774327123, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5383022774327123, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"7f\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.13664596273291926`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.13664596273291926`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.13664596273291937`, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.13664596273291926`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.13664596273291926`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.13664596273291926`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"17\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.09937888198757765, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.09937888198757765, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.09937888198757773, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.09937888198757765`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.09937888198757765, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.09937888198757765, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"Y\"", TemplateBox[{"\"db\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5175983436853002, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5175983436853002, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5175983436853002, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5175983436853002`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5175983436853002, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5175983436853002, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ea\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5797101449275363, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5797101449275363, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5797101449275363, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5797101449275363`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5797101449275363, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5797101449275363, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"e9\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5755693581780539, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5755693581780539, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5755693581780538, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5755693581780539`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5755693581780539, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5755693581780539, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"7\"", "\"r\"", TemplateBox[{"\"09\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.041407867494824016`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.041407867494824016`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.04140786749482402, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{ "0.041407867494824016`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.041407867494824016`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.041407867494824016`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"ae\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.33126293995859213`, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.33126293995859213`, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.3312629399585922, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.33126293995859213`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.33126293995859213`, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.33126293995859213`, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], TemplateBox[{"\"de\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.5300207039337475, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.5300207039337475, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.5300207039337473, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.5300207039337475`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.5300207039337475, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.5300207039337475, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )], "\"2\"", TemplateBox[{"\"ba\""}, "Row", DisplayFunction -> ( FrameBox[#, Background -> Hue[0.380952380952381, 0.25, 0.95], FrameMargins -> {{1, 1}, {0, 0}}, FrameStyle -> Automatic]& ), InterpretationFunction -> (RowBox[{"Row", "[", RowBox[{ RowBox[{"{", #, "}"}], ",", RowBox[{"Frame", "\[Rule]", "True"}], ",", RowBox[{"FrameMargins", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "}"}]}], ",", RowBox[{"Background", "\[Rule]", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { Hue[0.380952380952381, 0.25, 0.95], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> Hue[0.380952380952381, 0.25, 0.6333333333333333], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, (1.35 CurrentValue["FontCapHeight"])/ AbsoluteCurrentValue[Magnification]}]], StyleBox[ RowBox[{"Hue", "[", RowBox[{"0.380952380952381`", ",", "0.25`", ",", "0.95`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = Hue[0.380952380952381, 0.25, 0.95]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["HueColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], Hue[0.380952380952381, 0.25, 0.95], Editable -> False, Selectable -> False]}]}], "]"}]& )]}, "RowDefault"]], "Output", CellLabel->"Out[75]=", CellID->975146419] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Source & Additional Information", "Section", Editable->False, Deletable->False, CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->122838224], Cell[CellGroupData[{ Cell[TextData[{ "Contributed By", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Contributed By", Cell[ BoxData[ FrameBox[ Cell[ "Enter the name of the person, people or organization that should be \ publicly credited with contributing this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoContributedBy"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Text", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->340488457], Cell["Richard Hennigan (Wolfram Research)", "Text", CellID->765499838] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Keywords", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Keywords", Cell[ BoxData[ FrameBox[ Cell[ "List relevant terms (e.g. functional areas, algorithm names, related \ concepts) that should be used to include the function in search results.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoKeywords"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Item", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->888841136], Cell["binary", "Item", CellID->934194113], Cell["visualization", "Item", CellID->852318635], Cell["bytes", "Item", CellID->246237827], Cell["byte array", "Item", CellID->332490575] }, Open ]], Cell[CellGroupData[{ Cell["Categories", "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Item", CellTags->{"Categories", "TemplateCellGroup"}, CellID->841175420], Cell["Visualization & Graphics", "Item", CellID->891139041] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Symbols", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Related Symbols", Cell[ BoxData[ FrameBox[ Cell[ "List up to twenty documented, system-level Wolfram Language symbols \ related to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedSymbols"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Item", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->819464728], Cell["ArrayPlot", "Item", CellID->317816530] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Resource Objects", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Related Resource Objects", Cell[ BoxData[ FrameBox[ Cell[ "List the names of published resource objects from any Wolfram \ repository that are related to this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedResourceObjects"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Item", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->58300769], Cell["Resource Name (resources from any Wolfram repository)", "Item", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->979277277] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Source/Reference Citation", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Source/Reference Citation", Cell[ BoxData[ FrameBox[ Cell[ "Give a bibliographic-style citation for the original source of the \ function and/or its components (e.g. a published paper, algorithm, or code \ repository).", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSourceReferenceCitation"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Text", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->218541429], Cell["Source, reference or citation information", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->91842863] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Links", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Links", Cell[ BoxData[ FrameBox[ Cell[ "List additional URLs or hyperlinks for external information related \ to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoLinks"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Item", CellTags->{"Links", "TemplateCellGroup"}, CellID->280139842], Cell["Link to other related material", "Item", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->515049506] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Tests", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"VerificationTests", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Specify an optional list of tests for verifying that the function \ is working properly in any environment. Tests can be specified as \ Input/Output cell pairs or as symbolic ", Cell[ BoxData[ StyleBox[ TagBox[ ButtonBox[ StyleBox[ "VerificationTest", "SymbolsRefLink", ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"], BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { "Link"}]], ButtonData -> "paclet:ref/VerificationTest", ContentPadding -> False], MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " expressions for including additional options."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoVerificationTests"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, DefaultNewCellStyle->"Input", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->539954343], Cell[BoxData[ Marketplace`Private`getTemplateTests["Function", Association[ "Name" -> "ByteArrayPlot", "UUID" -> "3591ad35-62b4-450a-9514-b9c4e03116fb", "ResourceType" -> "Function", "Version" -> "1.0.0", "Description" -> "Visualize the contents of binary data", "Keywords" -> {"binary", "visualization", "bytes", "byte array"}, "Attributes" -> {}, "AutoUpdate" -> Automatic, "LatestUpdate" -> DateObject[{2018, 8, 15}, "Day", "Gregorian", -5.], "ShortName" -> "ByteArrayPlot", "AlternativeNames" -> {}, "AutoCopyExampleNotebook" -> True, "Categories" -> {"Visualization & Graphics"}, "ContributedBy" -> "Richard Hennigan (Wolfram Research)", "DefinitionNotebook" -> "marketplacestorage/resources/359/3591ad35-62b4-450a-9514-b9c4e03116fb/\ DefinitionNotebook/original.nb", "Details" -> "", "Discoverable" -> True, "DisplayedSourceFields" -> {}, "Documentation" -> Association["Usage" -> { Association["Usage" -> BoxData[ RowBox[{ StyleBox[ RowBox[{ StyleBox["ResourceFunction", "ResourceFunctionSymbol"], "[", StyleBox["\"ByteArrayPlot\"", "ResourceFunctionName"], "]"}], "ResourceFunctionHandle"], "[", StyleBox["bytes", "TI"], "]"}]], "Description" -> TextData[{"visualizes the binary data in a ", Cell[ BoxData["ByteArray"], "InlineFormula", FontFamily -> "Source Sans Pro"], " ", Cell[ BoxData[ StyleBox["bytes", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"], "."}]], Association["Usage" -> BoxData[ RowBox[{ StyleBox[ RowBox[{ StyleBox["ResourceFunction", "ResourceFunctionSymbol"], "[", StyleBox["\"ByteArrayPlot\"", "ResourceFunctionName"], "]"}], "ResourceFunctionHandle"], "[", "\"\!\(\*StyleBox[\"file\", \"TI\"]\)\"", "]"}]], "Description" -> TextData[{"reads the contents of ", Cell[ BoxData["\"\!\(\*StyleBox[\"file\", \"TI\"]\)\""], "InlineFormula", FontFamily -> "Source Sans Pro"], " into a ", Cell[ BoxData["ByteArray"], "InlineFormula", FontFamily -> "Source Sans Pro"], " for visualization."}]], Association["Usage" -> BoxData[ RowBox[{ StyleBox[ RowBox[{ StyleBox["ResourceFunction", "ResourceFunctionSymbol"], "[", StyleBox["\"ByteArrayPlot\"", "ResourceFunctionName"], "]"}], "ResourceFunctionHandle"], "[", StyleBox["expr", "TI"], "]"}]], "Description" -> TextData[{"equivalent to ", Cell[ BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{"BinarySerialize", "[", StyleBox["expr", "TI"], "]"}], "]"}]], "InlineFormula", FontFamily -> "Source Sans Pro"], "."}]], Association["Usage" -> BoxData[ RowBox[{ StyleBox[ RowBox[{ StyleBox["ResourceFunction", "ResourceFunctionSymbol"], "[", StyleBox["\"ByteArrayPlot\"", "ResourceFunctionName"], "]"}], "ResourceFunctionHandle"], "[", RowBox[{ StyleBox["expr", "TI"], ",", StyleBox["n", "TI"]}], "]"}]], "Description" -> TextData[{"visualizes up to ", Cell[ BoxData[ StyleBox["n", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"], " bytes of ", Cell[ BoxData[ StyleBox["expr", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"], ". "}]]}, "Notes" -> { Cell[ TextData[{"Files can be given as a ", Cell[ BoxData["String"], "InlineFormula", FontFamily -> "Source Sans Pro"], ", ", Cell[ BoxData["CloudObject"], "InlineFormula", FontFamily -> "Source Sans Pro"], ", ", Cell[ BoxData["File"], "InlineFormula", FontFamily -> "Source Sans Pro"], " or ", Cell[ BoxData["URL"], "InlineFormula", FontFamily -> "Source Sans Pro"], "."}], "Notes", Editable -> True, Deletable -> True, GeneratedCell -> True, CellAutoOverwrite -> True, CellChangeTimes -> {{3.759531609124412*^9, 3.759531622659865*^9}, 3.7598452263265667`*^9}, CellTags -> {}], Cell[ TextData[{ Cell[ BoxData[ RowBox[{"ByteArrayPlot", "[", StyleBox["expr", "TI"], "]"}]], "InlineFormula", FontFamily -> "Source Sans Pro"], " is equivalent to ", Cell[ BoxData[ RowBox[{"ByteArrayPlot", "[", RowBox[{ StyleBox["expr", "TI"], ",", "1024"}], "]"}]], "InlineFormula", FontFamily -> "Source Sans Pro"], "."}], "Notes", Editable -> True, Deletable -> True, GeneratedCell -> True, CellAutoOverwrite -> True, CellChangeTimes -> {3.759531609184857*^9, 3.759845226389262*^9}, CellTags -> {}, CellID -> 196334128]}], "ExampleNotebook" -> CloudObject[ "https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/\ resources/359/3591ad35-62b4-450a-9514-b9c4e03116fb/ByteArrayPlot-examples.nb"]\ , "ExternalLinks" -> {}, "OriginalUUID" -> "4458696b-9e92-494a-a97e-cd238c0bdfc3", "Originator" -> Missing["NoInput"], "PermissionsGroups" -> {}, "PricingInformation" -> 0, "Public" -> True, "PublisherUUID" -> "1ca97c83-1e23-4ef8-a6ef-83680a155d35", "RelatedSymbols" -> {"ArrayPlot"}, "ReleaseDate" -> DateObject[{2018, 8, 15}, "Day", "Gregorian", -5.], "SeeAlso" -> {}, "SourceMetadata" -> Association[], "StoredElements" -> {Automatic}, "SubmissionID" -> "6010", "SubmissionUUID" -> "03cbfdc6-0a1a-4e05-9954-728e11313624", "Submitter" -> "richardh@wolfram.com", "SymbolName" -> "FunctionRepository`$4458696b9e92494aa97ecd238c0bdfc3`ViewBytes", "VersionHistory" -> Association[ "1.0.0" -> Association[ "Timestamp" -> DateObject[{2018, 8, 15, 18, 30, 42.734757`8.383356216504716}, "Instant", "Gregorian", -5.], "Approver" -> "richardh@wolfram.com", "SubmissionID" -> "6010", "Submitter" -> "richardh@wolfram.com", "SubmissionUUID" -> "03cbfdc6-0a1a-4e05-9954-728e11313624", "OriginalUUID" -> "4458696b-9e92-494a-a97e-cd238c0bdfc3"]], "WolframLanguageVersionRequired" -> "11.3", "VerificationTests" -> Missing["NotFound"]], Missing[]]], "Input", CellID->696425671] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Author Notes", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Author Notes", Cell[ BoxData[ FrameBox[ Cell[ "This section, when used, will appear near the bottom of the \ published resource. Content displayed in this section can include background, \ possible improvements, additional information and/or implementation details \ that are otherwise beyond the scope of the function documentation.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoAuthorNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, DefaultNewCellStyle->"Text", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->720474325], Cell["Additional information about limitations, issues, etc.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->991784503] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Submission Notes", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Submission Notes", Cell[ BoxData[ FrameBox[ Cell[ "Enter any additional information that you would like to communicate \ to the reviewer here. This section will not be included in the published \ resource.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSubmissionNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, DefaultNewCellStyle->"Text", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->577229082], Cell["Additional information for the reviewer.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->"TabNext", CellID->932041030] }, Open ]] }, Open ]] }, WindowSize->Automatic, WindowMargins->Automatic, WindowTitle->"ByteArrayPlot | Definition Notebook", TaggingRules->{"CompatibilityTest" -> HoldComplete[ BinaryDeserialize[ ByteArray[CompressedData[" 1:eJwBdgiJ9yFib1JiAQAAAGkIAAA4Qzp4nK1ba3MbtxWtZavjyTiZOpMPnXza tGzrtGleTtL0MU0kUrLZkWhJSzlfDe5ekqiwCxbAimL/WP9eL/ZFErsg7w7j 0Yz52HMOHhcX916A0yP9YV8mC5ml8dnDQoHWXKbTR/r4OuNgpkf6aDjFt0/P GReZgmt8/f4ViwSYYaoNEyL89QCmPOUGcSNpYCLlXV9wSC3Ywz0CiHX44ga0 zFQE4UobSArQuybbuylrJTrS74VgBiDYCum+9DXjXX8O0V3zW/0DVd9D4DTg xe4GnEt1u4iZwcb/pZPwGugI/tEvKHh0N5Z9uVidZsbIVP+VLOlCHdGeX1QK AZF5zVOjX5Ll1iBH6Pc7hJIE/0f7A2X0a6rUQEaZxTH76VhKobeZuuqP5Wwm 4OfQL5gc/U926KcGHsy1/mqP9K3hAl+AriGOxhd+jUwp2zJIFgJN7y0ou+T0 P8nz2op35F965ddfVAwXMsoHTp+Sx9vLQV64+ARPuAFV2tq/Dphrh8tpwx92 tGEh5KoS1t/Ru7+JI7uOAddsIgAbucB1ybu4jgaUvKIQiRO0Co3iC9DfdhBc wxyxb7xiZ//J+D0T+LLSuVJygVOyutZ9qvQOEqchn/obggQZM3bM+iCE1t+T 1R0k2aDPHiKR6dwmc+d1iEE7XGSDPs8waFglEylGLIG9m+HaiW0DHb0/7dBL c2u84OlduRteHtDtJh15wl9BCoqJt0xw3M+lok+4iySvrFdgToSwRjIcaPrK 2oI5Yr/ZJVZC9u1Mm0IFhGzCiHjN4xhSu+zTGT2YcoCOYOAVtLEJxNf6C6pQ CXAEPvMKDGepVBDbcbhiBneIVOu/U8VawI7wV37hfCeqlN5M/o1uexjh+viR rO5hIC/O9WZRrSv9tw7iDtaR/Z1X9sJuxEwM00Vm9KsDvMEmETm4upAsbslH yMFVO96R/9wrf4kfJ0xYd7p+Zq/62g+34slOYiTLYFR/TVasMeRkZCTDOYvl 0nqIbzro1Chydlm9PZUPNxhysQisiWh6dukhcBrw3d4G2AwZLXNiO7MagzZ9 GYM+69qMVhpy+Fi9fZOZAcvdJjl8bEAd0T/vFa2UxiuMIv/RVXcT3Xn23USp 8+zvzpT8McWV1JrbOLBKCveN99raXSjZfyHQYLiL2YgOI8UWEA/TqaT7r3Y8 OQK4UnDPYVmnROQIwAHS+5tNBNdzTN0GfQW597+9uejQ31a8I/+tV/4GZhwF 1ElmZJjNZrgm681SD6iN2MVCjhgqkgr55h6U4uhmyBGDj4G82CuCrSCQvNjb 0OSoYQ1G/7xvV2mRbNS4/Mt6EzS2myU5VXCR5JpLBWwJychp4pXCrNjADq7O ppZ7CJylujGdTc1l6DwiFUGZ4qPvpFeh/Bydm1Fmf5sT07kZTQ7yVofBidQc k89VQaaKehx9q/MQOA342tuAkN3DVgheR84n1CZ4KciBZbFhnUyk6lDl3gCR yyQFpnvdbxtHH9wtmN2PVVLMD31wfRTkakXBEJaFR3K1YgtGDiPwofJQ6wLu QdDDCAdI3j7CuVzi8p/Z8yv69rGJIruMEL0un66Kc6MypBxwJuSM7jL8HGSX ERqWxkzF/L9QxbfnXADdZXgIyOWFYoPfyvYPqf016chFngJadaJoyujgpmzx 0X1YNqly8A7J8QaKHMYgJuFm7fjpYYyLJAfrLrA8OyUH6+14ulfJJjpSfGF+ hiMjh4tcsSyK5Nf6S/rcFgiyBY3Lgx7bw/MDerjB42j/drf2JahZh+KGTzqn IW/JOeRGLsuODw9Vr6nIxbMcFtrYg5z3+cTDZjDi35i3/dYhR967PNb3O/R1 46CtPoLD6Ihcwt1DRB+Q/MzLdmnCFD1S2YKRY7PbdJjOQfH8qGTMZjP0/DcZ 7qP02MxLQc7HCj/YUrYm52M+BvI4vOWwPDAB8FKQN3LLcPbA0Iqhlief1rSA OwmHZiXgVcZjEDyFDsdELWCys/+Jm3m189PDhQ0UubbTO+UmYYtLNkv5lJcX Psierio+tLGQg/ReeSfHFuv0J63Sm4+QQ2Ec3kk2qz5c1+/IobCHgFyZL/Bl 5S+XJlfmG1Dyjtkr74TEecmMnsRu4+h9zO8kxBDX4e2+w8S1vTaw5CSj1zjX pydZtc02OOhjvFUJ7TDGWzh6b8sT541iGPnEtoklZxK9YZpPT7n2OlyWcZGd JSvD6C5ZIekGfMG0Kc9EiiVD3tlqS3Ip6P21yHWBsMsQO0i6MV2yh7yRY1le 5upgTA0sXbY6dVj7YbpsA0tOTXvFTbWqmlP1mJyatuPpxmVjb6mYWlUuroN3 dLF01dqlvVkUQ93dpF2K6aP8Svq6gm0vqR/pxyepXWpPLmyB7YNeWbMaZckE Z+xl/u/Fj4h81p9LHkFRzAr/92g85zpIS9WALRaAMX1gZDCBILIHdhAHUyWT gAUpLEEF9wXzZ4GW+JdAMMWHMpyTIGEryxQspUImHcCDPf+A+PNgIIOVzIIl 13NLbdQqYJmRtkIaMSFWQSTTe+sU01lgthqETzP8tjiWF1Cp/4BdPT4VMrqb PsY+c2300141s8+qV1fMzPUHOJLFZdx8CqfHnvv0j8P8yv+z8vYuDnsGOF5P QiFN/1E+tFbm2WYCEb4fYiSd6UtkYTP7+PPKQIdpbMOv/Lrak/zh907ywWWY aoVPRxDd2esO+Wz+sihBhB8XPy64ZCmSqXfFuyJzCD9qMxwy+leVvdS18fqX CD33q9ZfIRxvCH3aQHizm63xs6MQPs9PgWEEyzqDOD5nQkP9xMc3kMh7OEsW mJ4W+UJVFXcf/cgOaRrfpnOWxqK4Cab1k7HK1s88Lxr3E09juRxzgzNRsvxC f1heJt1o8v8BGs6SpF7eUus= "]]]], "CreationTimestamp" -> 3.847195173470269`16.337719208378402*^9, "DefinitionNotebookFramework" -> "DefinitionNotebookClient", "ResourceCreateNotebook" -> True, "ResourceType" -> "Function", "RuntimeConfiguration" -> { "Contexts" -> { "FunctionResource`", "FunctionResource`DefinitionNotebook`"}, "LoadingMethod" -> "Paclet", "PacletName" -> "FunctionResource"}, "ToolsOpen" -> False, "UpdatedTimestamp" -> 3.84719517411087`16.337719208450714*^9, "VersionInformation" -> {"ResourceVersion" -> "1.0.0"}, "TemplateVersion" -> "1.5.0", "StatusMessage" -> "", "SubmissionReviewData" -> {"Review" -> False}}, CreateCellID->True, FrontEndVersion->"12.3 for Linux x86 (64-bit) (July 9, 2021)", StyleDefinitions->Notebook[{ Cell[ StyleData[StyleDefinitions -> "Default.nb"]], Cell[ StyleData[All, "Working"], DockedCells -> { Cell[ BoxData[ TemplateBox[{}, "MainGridTemplate"]], "DockedCell", CellMargins -> {{-10, -10}, {-8, -8}}, CellFrame -> 0, Background -> RGBColor[0.921569, 0.341176, 0.105882], CellTags -> {"MainDockedCell"}, CacheGraphics -> False], Cell[ BoxData[ TemplateBox[{}, "ToolsGridTemplate"]], "DockedCell", TaggingRules -> {"Tools" -> True}, CellTags -> {"ToolbarDockedCell"}, CellFrameMargins -> {{0, 0}, {2, 2}}, CellFrame -> {{0, 0}, {1, 0}}, CacheGraphics -> False, CellOpen -> Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]]]}, PrivateNotebookOptions -> { "FileOutlineCache" -> False, "SafeFileOpen" -> "IgnoreCache"}, CellLabelAutoDelete -> False, CodeAssistOptions -> {"AutoDetectHyperlinks" -> False}, AutoQuoteCharacters -> {}], Cell["Hint Styles", "Section"], Cell[ StyleData["MoreInfoText", StyleDefinitions -> StyleData["Text"]], FontColor -> GrayLevel[0.25]], Cell[ StyleData["ErrorText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, Inherited}, {10, 10}}, CellElementSpacings -> {"CellMinHeight" -> 0, "ClosedCellHeight" -> 0}, FontWeight -> Bold, FontColor -> RGBColor[1, 0, 0]], Cell[ StyleData["WarningText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, 35}, {0, 0}}, FontSize -> 14, GridBoxOptions -> {BaseStyle -> {}}], Cell["Template Boxes", "Section"], Cell[ StyleData["MoreInfoOpenerIconTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> GraphicsBox[{ Thickness[0.09090909090909091], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "], CurveClosed -> {1}]}, { JoinForm[{"Miter", 3.25}], Thickness[0.04581818181818182], RGBColor[0.627441, 0.627441, 0.627441, 1.]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQLTQ3t12zRcShJLdco9dU3mHepS6LtrvCcP4+Xv/m N77CDovcOdKu58g7FPjtSo+5KuTw57fmw+zb8g5K/ao+Z2KEHHRuqOoxqCo4 1OhH27UoCDnsSqhWX5aN4K+ZPvXO8oMI/txz6yeuFFeE67fRSpTaE6sIN79j 1cqy+5MV4fZf1fp0iemUItx9v7PEGkWeKjrA3A/jf+Fa9FHHQBTOX+1ud9n/ oChcv3mwk84kczG4+Yfi3FqvrBWD29+RcmLj1xdicPfB+DD3w/gw/8H0w/wP Mx8WPjD7YeEHcx8sfNHDHwBu/qSR "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQvf+bus9hGwmHDp1Dj7Lq+R1g/C8aMf2HvvI4TGr/ 8PXaHQEMPkz934jyRxrThRx4jt4OchAXgPMDH16pmH8JwZ97RmCl6XRBOP9D W/9jplQhOF+/1m7LFGNhOJ/l29N9k18i+AUfW5kZ2kXg/Ple3+bO/C4K5+fN DQ4+fUAMzt9xf9q57xnicH6N4AF++Q8IvqPzywC3cgk4PyFkivMkFkk4/4bL wedMMyQdDs1vE5FYJOBwYaHqp4u3EPzQT5dO7vwk5SCxtot3p4WYw73/Kfef X5RxYLv4XzxkhpjDona/Xv0OBH+hx9ZwiywJOB/mHxgf5l8Y30/526VcIyR+ 5Tb7vkQhON/3fNmadRME4fxHts2x9mcF4HxYfKDHLwCFIt67 "]}]}, { FaceForm[ RGBColor[0.627441, 0.627441, 0.627441, 1.]]}, StripOnInput -> False]}, ImageSize -> {11., 11.}, PlotRange -> {{0., 11.}, {0., 11.}}, AspectRatio -> Automatic], True -> GraphicsBox[{ Thickness[0.09090909090909091], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "], CurveClosed -> {1}]}, { JoinForm[{"Miter", 3.25}], Thickness[0.04581818181818182], RGBColor[0.5, 0.5, 0.5, 1.]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "]]}, { FaceForm[ RGBColor[0.5, 0.5, 0.5, 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQLTQ3t12zRcShJLdco9dU3mHepS6LtrvCcP4+Xv/m N77CDovcOdKu58g7FPjtSo+5KuTw57fmw+zb8g5K/ao+Z2KEHHRuqOoxqCo4 1OhH27UoCDnsSqhWX5aN4K+ZPvXO8oMI/txz6yeuFFeE67fRSpTaE6sIN79j 1cqy+5MV4fZf1fp0iemUItx9v7PEGkWeKjrA3A/jf+Fa9FHHQBTOX+1ud9n/ oChcv3mwk84kczG4+Yfi3FqvrBWD29+RcmLj1xdicPfB+DD3w/gw/8H0w/wP Mx8WPjD7YeEHcx8sfNHDHwBu/qSR "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQvf+bus9hGwmHDp1Dj7Lq+R1g/C8aMf2HvvI4TGr/ 8PXaHQEMPkz934jyRxrThRx4jt4OchAXgPMDH16pmH8JwZ97RmCl6XRBOP9D W/9jplQhOF+/1m7LFGNhOJ/l29N9k18i+AUfW5kZ2kXg/Ple3+bO/C4K5+fN DQ4+fUAMzt9xf9q57xnicH6N4AF++Q8IvqPzywC3cgk4PyFkivMkFkk4/4bL wedMMyQdDs1vE5FYJOBwYaHqp4u3EPzQT5dO7vwk5SCxtot3p4WYw73/Kfef X5RxYLv4XzxkhpjDona/Xv0OBH+hx9ZwiywJOB/mHxgf5l8Y30/526VcIyR+ 5Tb7vkQhON/3fNmadRME4fxHts2x9mcF4HxYfKDHLwCFIt67 "]}]}, { FaceForm[ RGBColor[0.999985, 0.999985, 0.999985, 1.]]}, StripOnInput -> False]}, ImageSize -> {11., 11.}, PlotRange -> {{0., 11.}, {0., 11.}}, AspectRatio -> Automatic]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["MoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ ButtonBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], "\"Click for more information\""}, "PrettyTooltipTemplate"], ButtonFunction :> (NotebookDelete[ CurrentValue[ ParentCell[ EvaluationCell[]], {TaggingRules, "AttachedMoreInfoCell"}]]; If[ And[ MatchQ[ CurrentValue[ ParentCell[ EvaluationCell[]], {TaggingRules, "AttachedMoreInfoCell"}], Blank[CellObject]], CurrentValue[ ParentCell[ EvaluationCell[]], { TaggingRules, "AttachedMoreInfoTag"}] === #], CurrentValue[ ParentCell[ EvaluationCell[]], {TaggingRules, "AttachedMoreInfoCell"}] = Inherited; CurrentValue[ ParentCell[ EvaluationCell[]], {TaggingRules, "AttachedMoreInfoTag"}] = Inherited; Null, CurrentValue[ ParentCell[ EvaluationCell[]], {TaggingRules, "AttachedMoreInfoTag"}] = #; CurrentValue[ ParentCell[ EvaluationCell[]], {TaggingRules, "AttachedMoreInfoCell"}] = MathLink`CallFrontEnd[ FrontEnd`AttachCell[ ParentCell[ EvaluationCell[]], #2, "Inline", "ClosingActions" -> {"ParentChanged", "EvaluatorQuit"}]]]), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["InlineMoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ ButtonBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], #4}, "PrettyTooltipTemplate"], ButtonFunction :> (NotebookDelete[ CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoCell"}]]; If[ And[ MatchQ[ CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoCell"}], Blank[CellObject]], CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoTag"}] === #], CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoCell"}] = Inherited; CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoTag"}] = Inherited; Null, CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoTag"}] = #; CurrentValue[ ReleaseHold[#3], {TaggingRules, "AttachedMoreInfoCell"}] = MathLink`CallFrontEnd[ FrontEnd`AttachCell[ ReleaseHold[#3], #2, "Inline", "ClosingActions" -> {"ParentChanged", "EvaluatorQuit"}]]]), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["ClickToCopyTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> TagBox[ GridBox[{{#, ButtonBox[ GraphicsBox[{ GrayLevel[0.85], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, { 9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, {16.5, 4.5}, { 16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, {15.75, 17.25}, { 15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, { 8.25, 18.}}, {{9.75, 17.25}, {12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, { 14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{8.25, 12.}, { 14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], ButtonFunction :> Null, Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Evaluator -> Automatic, Method -> "Preemptive"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], True -> DynamicModuleBox[{RSNB`clickTime$$ = 0., RSNB`timeout$$ = 3.}, TagBox[ GridBox[{{#, TagBox[ ButtonBox[ DynamicBox[ ToBoxes[ Refresh[ If[AbsoluteTime[] - RSNB`clickTime$$ > RSNB`timeout$$, (RawBoxes[ TemplateBox[{ ToBoxes[#], ToBoxes[#2]}, "PrettyTooltipTemplate"]]& )[ Mouseover[ Graphics[{ GrayLevel[0.65], Thickness[2/45], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], Graphics[{ RGBColor[0.988235, 0.419608, 0.203922], Thickness[2/45], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12]], "Click to copy to the clipboard"], (RawBoxes[ TemplateBox[{ ToBoxes[#], ToBoxes[#2]}, "PrettyTooltipTemplate"]]& )[ Graphics[{ RGBColor[0, 2/3, 0], Thickness[2/45], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurve[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], "Copied"]], UpdateInterval -> 1, TrackedSymbols :> {RSNB`clickTime$$}], StandardForm], Evaluator -> "System"], ButtonFunction :> (RSNB`clickTime$$ = AbsoluteTime[]; CopyToClipboard[ BinaryDeserialize[ BaseDecode[#2], Defer]]), Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Method -> "Queued", Evaluator -> "System"], MouseAppearanceTag["LinkHand"]]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], DynamicModuleValues :> {}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["PrettyTooltipTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ TooltipBox[#, FrameBox[ StyleBox[#2, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain", StripOnInput -> False], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8, StripOnInput -> False], TooltipDelay -> 0.1, TooltipStyle -> {Background -> None, CellFrame -> 0}], Annotation[#, Framed[ Style[ RSNB`$$tooltip, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain"], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8], "Tooltip"]& ]& )}], Cell[ StyleData["ToolsGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ ButtonBox[ TemplateBox[{ StyleBox[ "\"Template Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection automatically using appropriate \ documentation styles\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Template Input"; DefinitionNotebookClient`TemplateInput[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCj08dhCBkQWRlQKmbsSY3g9WhKNYErhiu7NGRXTeC 1b5ePg63AsgGigDFEcoe3LsZZ/L95nk0xwBFgOJAWYhrgVpuReljdTZQHCjL AAbEKCPSNOLdRqxPiQ43YmIBDWCNUwCVRq3x "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCd04cgiBkQWRlQKltPjqbbcQhCMiGK4Yru3Vo92Y7 qZexWn+yTSAIyAaKAMXhyp48uLfNW+tNvDZcDQQBRYDiQFmIa4FattlJoqmB IKA4UJYBDIhRRqRpxLuNSJ8SH27ExAIxcQoAZdNqHw== "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCL2EAWRBZGVDqx7vXP18+gSAgG64YruzVq1c/3zy/ m2hx2ZQBgoBsoAhQHK7s2bNnP968uB1tAFcDQUARoDhQFuJaoJYfj++gqYEg oDhQlgEMiFFGpGnEu41InxIfbsTEAjFxCgDlLITg "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ButtonBox[ TemplateBox[{ StyleBox[ "\"Literal Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection as literal Wolfram Language code\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Literal Input"; DefinitionNotebookClient`LiteralInput[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCj08dhCBkQWRlQKmbsSY3g9WhKNYErhiu7NGRXTeC 1b5ePg63AsgGigDFEcoe3LsZZ/L95nk0xwBFgOJAWYhrgVpuReljdTZQHCjL AAbEKCPSNOLdRqxPiQ43YmIBDWCNUwCVRq3x "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCd04cgiBkQWRlQKltPjqbbcQhCMiGK4Yru3Vo92Y7 qZexWn+yTSAIyAaKAMXhyp48uLfNW+tNvDZcDQQBRYDiQFmIa4FattlJoqmB IKA4UJYBDIhRRqRpxLuNSJ8SH27ExAIxcQoAZdNqHw== "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCL2EAWRBZGVDqx7vXP18+gSAgG64YruzVq1c/3zy/ m2hx2ZQBgoBsoAhQHK7s2bNnP968uB1tAFcDQUARoDhQFuJaoJYfj++gqYEg oDhQlgEMiFFGpGnEu41InxIfbsTEAjFxCgDlLITg "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ButtonBox[ TemplateBox[{ StyleBox[ "\"Insert Delimiter\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert example delimiter\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Insert Delimiter"; DefinitionNotebookClient`DelimiterInsert[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCj08dhCBkQWRlQKmbsSY3g9WhKNYErhiu7NGRXTeC 1b5ePg63AsgGigDFEcoe3LsZZ/L95nk0xwBFgOJAWYhrgVpuReljdTZQHCjL AAbEKCPSNOLdRqxPiQ43YmIBDWCNUwCVRq3x "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCd04cgiBkQWRlQKltPjqbbcQhCMiGK4Yru3Vo92Y7 qZexWn+yTSAIyAaKAMXhyp48uLfNW+tNvDZcDQQBRYDiQFmIa4FattlJoqmB IKA4UJYBDIhRRqRpxLuNSJ8SH27ExAIxcQoAZdNqHw== "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCL2EAWRBZGVDqx7vXP18+gSAgG64YruzVq1c/3zy/ m2hx2ZQBgoBsoAhQHK7s2bNnP968uB1tAFcDQUARoDhQFuJaoJYfj++gqYEg oDhQlgEMiFFGpGnEu41InxIfbsTEAjFxCgDlLITg "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ButtonBox[ TemplateBox[{ StyleBox[ "\"Subscripted Variable\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert subscripted variable placeholder\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Subscripted Variable"; DefinitionNotebookClient`SubscriptInsert[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCj08dhCBkQWRlQKmbsSY3g9WhKNYErhiu7NGRXTeC 1b5ePg63AsgGigDFEcoe3LsZZ/L95nk0xwBFgOJAWYhrgVpuReljdTZQHCjL AAbEKCPSNOLdRqxPiQ43YmIBDWCNUwCVRq3x "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCd04cgiBkQWRlQKltPjqbbcQhCMiGK4Yru3Vo92Y7 qZexWn+yTSAIyAaKAMXhyp48uLfNW+tNvDZcDQQBRYDiQFmIa4FattlJoqmB IKA4UJYBDIhRRqRpxLuNSJ8SH27ExAIxcQoAZdNqHw== "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCL2EAWRBZGVDqx7vXP18+gSAgG64YruzVq1c/3zy/ m2hx2ZQBgoBsoAhQHK7s2bNnP968uB1tAFcDQUARoDhQFuJaoJYfj++gqYEg oDhQlgEMiFFGpGnEu41InxIfbsTEAjFxCgDlLITg "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], ActionMenuBox[ ButtonBox[ TemplateBox[{ StyleBox[ TemplateBox[{ "\"Tables\"", "\"\[ThinSpace]\[ThinSpace]\[ThinSpace]\ \[FilledDownTriangle]\""}, "RowDefault"], "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Table functions\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[Null]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCj08dhCBkQWRlQKmbsSY3g9WhKNYErhiu7NGRXTeC 1b5ePg63AsgGigDFEcoe3LsZZ/L95nk0xwBFgOJAWYhrgVpuReljdTZQHCjL AAbEKCPSNOLdRqxPiQ43YmIBDWCNUwCVRq3x "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCd04cgiBkQWRlQKltPjqbbcQhCMiGK4Yru3Vo92Y7 qZexWn+yTSAIyAaKAMXhyp48uLfNW+tNvDZcDQQBRYDiQFmIa4FattlJoqmB IKA4UJYBDIhRRqRpxLuNSJ8SH27ExAIxcQoAZdNqHw== "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCL2EAWRBZGVDqx7vXP18+gSAgG64YruzVq1c/3zy/ m2hx2ZQBgoBsoAhQHK7s2bNnP968uB1tAFcDQUARoDhQFuJaoJYfj++gqYEg oDhQlgEMiFFGpGnEu41InxIfbsTEAjFxCgDlLITg "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], { "\"Insert table with two columns\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Insert table with two columns"; DefinitionNotebookClient`TableInsert[2]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Insert table with three columns\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Insert table with three columns"; DefinitionNotebookClient`TableInsert[3]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Add a row to the selected table\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Add a row to the selected table"; DefinitionNotebookClient`TableRowInsert[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Sort the selected table\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Sort the selected table"; DefinitionNotebookClient`TableSort[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Merge selected tables\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Merge selected tables"; DefinitionNotebookClient`TableMerge[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ActionMenuBox[ ButtonBox[ StyleBox[ TemplateBox[{ "\"Cells\"", "\"\[ThinSpace]\[ThinSpace]\[ThinSpace]\[FilledDownTriangle]\ \""}, "RowDefault"], "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[Null]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCj08dhCBkQWRlQKmbsSY3g9WhKNYErhiu7NGRXTeC 1b5ePg63AsgGigDFEcoe3LsZZ/L95nk0xwBFgOJAWYhrgVpuReljdTZQHCjL AAbEKCPSNOLdRqxPiQ43YmIBDWCNUwCVRq3x "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCd04cgiBkQWRlQKltPjqbbcQhCMiGK4Yru3Vo92Y7 qZexWn+yTSAIyAaKAMXhyp48uLfNW+tNvDZcDQQBRYDiQFmIa4FattlJoqmB IKA4UJYBDIhRRqRpxLuNSJ8SH27ExAIxcQoAZdNqHw== "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQPEUCL2EAWRBZGVDqx7vXP18+gSAgG64YruzVq1c/3zy/ m2hx2ZQBgoBsoAhQHK7s2bNnP968uB1tAFcDQUARoDhQFuJaoJYfj++gqYEg oDhQlgEMiFFGpGnEu41InxIfbsTEAjFxCgDlLITg "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], { "\"Insert comment for reviewer\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Insert comment for reviewer"; DefinitionNotebookClient`CommentInsert[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Mark/unmark selected cells as comments\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Mark/unmark selected cells as comments"; DefinitionNotebookClient`CommentToggle[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Mark/unmark selected cells as excluded\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Mark/unmark selected cells as excluded"; DefinitionNotebookClient`ExclusionToggle[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { GrayLevel[0.9]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> {1 -> GrayLevel[0.9]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.5}, 5}, "Rows" -> {{Automatic}}}, FrameStyle -> GrayLevel[0.75]], "Grid"], ButtonBoxOptions -> {Enabled -> Dynamic[ Not[ TrueQ[DefinitionNotebookClient`$ButtonsDisabled]], TrackedSymbols :> {DefinitionNotebookClient`$ButtonsDisabled}]}, StripOnInput -> False]& )}], Cell[ StyleData["MainGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, {0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, {23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, { 24.953, 23.914}, {25.418, 23.91}, {29.746, 23.91}, { 30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, {33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, {31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> {Automatic, 32}, ImagePadding -> {{5, 0}, {0, 0}}, BaselinePosition -> Scaled[0.25], AspectRatio -> Automatic, Background -> RGBColor[0.988235, 0.419608, 0.203922], ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], StyleBox[ TagBox[ GridBox[{{ StyleBox[ "\"Function Resource\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", StripOnInput -> False], StyleBox[ "\"DEFINITION NOTEBOOK\"", FontFamily -> "Source Sans Pro", FontTracking -> "SemiCondensed", FontVariations -> {"CapsType" -> "AllSmallCaps"}, StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> RGBColor[1., 1., 1.]}, "Rows" -> {{None}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], FontSize -> 24, FontColor -> RGBColor[1., 1., 1.], StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", ItemBox[ TemplateBox[{ StyleBox[ TemplateBox[{ "\"Function Repository\"", "\" \[RightGuillemet] \""}, "RowDefault"], "Text", FontColor -> RGBColor[1., 1., 1.], StripOnInput -> False], "https://resources.wolframcloud.com/FunctionRepository"}, "HyperlinkURL"], Alignment -> {Right, Bottom}, StripOnInput -> False]}, { TemplateBox[{ TemplateBox[{ "\"Open Sample\"", "\"View a completed sample definition notebook\""}, "PrettyTooltipTemplate"], ( DefinitionNotebookClient`$ClickedButton = "Open Sample"; DefinitionNotebookClient`ViewExampleNotebook[ ButtonNotebook[]])& , "\"View a completed sample definition notebook\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ "\"Style Guidelines\"", "\"View general guidelines for authoring resource \ functions\""}, "PrettyTooltipTemplate"], ( DefinitionNotebookClient`$ClickedButton = "Style Guidelines"; DefinitionNotebookClient`ViewStyleGuidelines[ ButtonNotebook[]])& , "\"View general guidelines for authoring resource functions\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{"\"Tools\"", PaneSelectorBox[{False -> GraphicsBox[{ RGBColor[1., 1., 1.], AbsoluteThickness[1.], LineBox[{{0, 0}, {0, 10}, {10, 10}, {10, 0}, {0, 0}}], LineBox[{{5, 2.5}, {5, 7.5}}], LineBox[{{2.5, 5}, {7.5, 5}}]}, ImageSize -> 9, PlotRangePadding -> 1.5], True -> GraphicsBox[{ RGBColor[1., 1., 1.], AbsoluteThickness[1.], LineBox[{{0, 0}, {0, 10}, {10, 10}, {10, 0}, {0, 0}}], LineBox[{{2.5, 5}, {7.5, 5}}]}, ImageSize -> 9, PlotRangePadding -> 1.5]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]], BaselinePosition -> Scaled[0]]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.35}}}], "Grid"], "\"Toggle documentation toolbar\""}, "PrettyTooltipTemplate"], ( DefinitionNotebookClient`$ClickedButton = "Tools"; DefinitionNotebookClient`ToggleToolbar[ ButtonNotebook[]])& , "\"Toggle documentation toolbar\"", False}, "OrangeButtonTemplate"], TagBox[ GridBox[{{"\"\"", "\"\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> True}, "Rows" -> {{False}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{2}}}, GridBoxSpacings -> {"Columns" -> {{0.5}}}, FrameStyle -> RGBColor[0.994118, 0.709804, 0.601961]], "Grid"], TemplateBox[{ TemplateBox[{ "\"Check\"", "\"Check notebook for potential errors\""}, "PrettyTooltipTemplate"], ( DefinitionNotebookClient`$ClickedButton = "Check"; DefinitionNotebookClient`CheckDefinitionNotebook[ ButtonNotebook[]])& , "\"Check notebook for potential errors\"", False}, "OrangeButtonTemplate"], ActionMenuBox[ TemplateBox[{ TemplateBox[{"\"Preview\"", TemplateBox[{5}, "Spacer1"], "\"\[FilledDownTriangle]\""}, "RowDefault"], Null& , "\"\"", True}, "OrangeButtonTemplate"], { "\"In a notebook\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Preview"; DefinitionNotebookClient`$ClickedAction = "In a notebook"; DefinitionNotebookClient`PreviewResource[ ButtonNotebook[], "Notebook"]]]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"On the cloud\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Preview"; DefinitionNotebookClient`$ClickedAction = "On the cloud"; DefinitionNotebookClient`PreviewResource[ ButtonNotebook[], "Cloud"]]]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ActionMenuBox[ TemplateBox[{ TemplateBox[{"\"Deploy\"", TemplateBox[{5}, "Spacer1"], "\"\[FilledDownTriangle]\""}, "RowDefault"], Null& , "\"\"", True}, "OrangeButtonTemplate"], { "\"Locally on this computer\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "Locally on this computer"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "Local"]]]]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"For my cloud account\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "For my cloud account"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "CloudPrivate"]]]]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Publicly in the cloud\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "Publicly in the cloud"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "CloudPublic"]]]]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"In this session only (without documentation)\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "In this session only (without documentation)"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "KernelSession"]]]]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ItemBox[ StyleBox[ DynamicBox[ ToBoxes[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}, ""], StandardForm], Initialization :> (CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}] = "")], "Text", GrayLevel[1], StripOnInput -> False], ItemSize -> Fit, StripOnInput -> False], DynamicBox[ ToBoxes[ If[ CurrentValue[ EvaluationNotebook[], { TaggingRules, "SubmissionReviewData", "Review"}, False], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit Update\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit changes to update your resource submission\""}, "PrettyTooltipTemplate"], ( DefinitionNotebookClient`$ClickedButton = "SubmitUpdate"; With[{RSNB`nb = ButtonNotebook[]}, DefinitionNotebookClient`DisplayStripe[RSNB`nb, DefinitionNotebookClient`SubmitRepositoryUpdate[RSNB`nb], "ShowProgress" -> True]])& , "\"Submit changes to update your resource submission\"", True}, "OrangeButtonTemplate"]], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit to Repository\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit your function to the Wolfram Function \ Repository\""}, "PrettyTooltipTemplate"], ( DefinitionNotebookClient`$ClickedButton = "Submit"; With[{RSNB`nb = ButtonNotebook[]}, DefinitionNotebookClient`DisplayStripe[RSNB`nb, DefinitionNotebookClient`SubmitRepository[RSNB`nb], "ShowProgress" -> True]])& , "\"Submit your function to the Wolfram Function \ Repository\"", True}, "OrangeButtonTemplate"]]], StandardForm], Evaluator -> "System", SingleEvaluation -> True]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {-1 -> Right}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { RGBColor[0.988235, 0.419608, 0.203922], RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> { 1 -> RGBColor[0.988235, 0.419608, 0.203922], 2 -> RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.9}, 5}, "RowsIndexed" -> {1 -> 1.1, 2 -> 1.3, 3 -> 0.25}}, FrameStyle -> RGBColor[0.988235, 0.419608, 0.203922]], "Grid"], ButtonBoxOptions -> {Enabled -> Dynamic[ Not[ TrueQ[DefinitionNotebookClient`$ButtonsDisabled]], TrackedSymbols :> {DefinitionNotebookClient`$ButtonsDisabled}]}, StripOnInput -> False]& )}], Cell[ StyleData["ReviewerCommentLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ GridBox[{{#, TemplateBox[{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, { 0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, { 1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { 1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, { 0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, { 23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, {24.953, 23.914}, { 25.418, 23.91}, {29.746, 23.91}, {30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, { 33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, { 31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> 12, AspectRatio -> Automatic, Background -> None, ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], "Wolfram Function Repository Reviewer"}, "PrettyTooltipTemplate"]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"]& )}], Cell[ StyleData["CommentCellLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ StyleBox[#, FontSize -> 11]}, { StyleBox[ DynamicBox[ ToBoxes[ DateString[ TimeZoneConvert[ DateObject[#2, TimeZone -> 0]], { "Month", "/", "Day", "/", "Year", " ", "Hour24", ":", "Minute"}], StandardForm], SingleEvaluation -> True], FontSize -> 9]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{Automatic}}, "Rows" -> {{0}}}], "Grid"], "CommentLabel", ShowStringCharacters -> False]& )}], Cell[ StyleData["OrangeButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (ButtonBox[ StyleBox[#, "Text", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontTracking -> "Condensed", FontSize -> 13, FontColor -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], GrayLevel[1], RGBColor[0.9568627450980391, 0.8019607843137255, 0.75]], Evaluator -> "System"], StripOnInput -> False], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[]}, If[#4, CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]]; With[{RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[DefinitionNotebookClient`$ButtonCode = HoldForm[ #2[]]]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]; CurrentValue[ RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; Null], FrameMargins -> {{5, 5}, {0, 0}}, Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQvA6XhqPnQeIQhCyIrAwodd2K5Yo5IwQB2XDFcGXPAsWu mjNdNmVARkARoDhc2aswqWtWLGhqIAgoDpSFuBao5QqGURB0BWwgAxgQo4xI 04h3G5E+JT7ciIkFYuIUAMJyEaA= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQvA6XhqMHARIQhCyIrAwotcmIc7UuOwQB2XDFcGX3/MXX 6LEv12ZDRkARoDhc2cswqY2GnGhqIAgoDpSFuBaoZTWGURC0GmwgAxgQo4xI 04h3G5E+JT7ciIkFYuIUAJxlBG4= "], "Byte", ColorSpace -> "RGB", Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UJAXikHs/xgAqyAQvA6XhqN3hfYQhCyIrAwo9e36ma8PbkIQkA1XDFf2vtzt 28Obu6Jsl2uzQRCQDRQBisOVvYlR+nb99I5gU7gaCAKKAMWBshDXArV8unUR TQ0EAcWBsgxgQIwyIk0j3m1E+pT4cCMmFoiJUwBBtDmK "], "Byte", ColorSpace -> "RGB", Interleaving -> True]}, Background -> RGBColor[0.921569, 0.341176, 0.105882], Method -> "Queued", ImageSize -> {All, 23}, Evaluator -> Automatic]& )}], Cell[ StyleData["SuggestionGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ FrameBox[ AdjustmentBox[ TagBox[ GridBox[{{ TemplateBox[{#2, #3, {16., 16.}, {{1., 17.}, {1., 17.}}}, "SuggestionIconTemplate"], PaneBox[#, ImageSizeAction -> "ShrinkToFit", BaselinePosition -> Baseline, ImageSize -> Full], RowBox[{ AdjustmentBox[ TemplateBox[{ ActionMenuBox[ TagBox[ PaneSelectorBox[{False -> GraphicsBox[{ EdgeForm[ Directive[ GrayLevel[1, 0], Thickness[0.025]]], FaceForm[#4], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], #5, LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0], True -> GraphicsBox[{ EdgeForm[ Directive[#5, Thickness[0.025]]], FaceForm[#2], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], GrayLevel[1], LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], MouseAppearanceTag["LinkHand"]], #6, Appearance -> None, Method -> "Queued"], "\"View suggestions\""}, "PrettyTooltipTemplate"], BoxBaselineShift -> -0.5], " "}]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {Automatic, Automatic, Fit}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], BoxMargins -> {{0.25, -0.5}, {0.15, -0.15}}], RoundingRadius -> {13, 75}, Background -> #4, FrameStyle -> None, FrameMargins -> {{0, 8}, {0, 0}}, ImageMargins -> {{0, 0}, {5, 5}}, StripOnInput -> False], "Text", FontColor -> #5, FontSize -> 14, FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontTracking -> "Plain", PrivateFontOptions -> {"OperatorSubstitution" -> False}, LineBreakWithin -> False]& )}], Cell[ StyleData["SuggestionIconTemplate"], TemplateBoxOptions -> {DisplayFunction -> (GraphicsBox[{ Thickness[0.05555555555555555], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGZigIIGAwcIQ8kBxk94ekHp9k9Vh4qXaoYcOfoO m+a+X37stKZDbP+hrxpzdOA0TBymDqYPl7n2pnG7PHlk4PzZRxQ2FGWIwPWD jI3p54WbLxuVYn3fnwluD8S8H/Yo9gD5KPYA+TB7YPph9sDMh9EwcZg6FPdh MRfdXpi7YPph7oaZD/MXzB5c4QCzBwA8nn+Z "]]}, FaceForm[#]], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{8.175292500000001, 7.416875}, {7.796855000000001, 11.3084375}, {7.796855000000001, 13.38}, {10.11998, 13.38}, {10.11998, 11.3084375}, { 9.741542500000001, 7.416875}, {8.175292500000001, 7.416875}}, CompressedData[" 1:eJxTTMoPSmViYGCQBGIQ/cTvZcLf/4oOD6tE1rk/5HNQjDzAkqeL4FsusdsW 1KjgwAAGAg7hCSdehX2Xd5BvfR24Q07QwaZCOJPjjZyDHdf1xQW2Qg56LJYa iWlyDv2HvmrEzBeG80GmVbmIwvkvtjT6Sb8Qg+t/BLLPUwJuPti6DEm4/WD7 2qTg7gMZJyIm7QBzP4y/zEVob88lJTi/7+dk7hV1ynD9c3LzfPxZVODmr3ro 0futUwVu/0bpbbqnzqjA3Qfjw9wP48P8B9MP8z/MfFj4wOyHhR/MfbDwRQ9/ ACBxmlc= "]}]}, FaceForm[#2]]}, ImageSize -> #3, PlotRange -> #4, AspectRatio -> Automatic, BaselinePosition -> Scaled[0.1]]& )}], Cell[ StyleData["FormEditValuesButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TemplateBox[{ TagBox[ PaneBox[ PaneSelectorBox[{False -> GraphicsBox[ TagBox[ RasterBox[CompressedData[" 1:eJzNWHlMVEcYf28XlGM5VlcRapRDDFK0sBaLBWVXUDxTKpe4JgvoQlALAsvV hHIoV4KK6wGiQlUqoqDcKKysDSZtPZJWTTzaxGrV2mqrNtqKB3Qnz8+Zd6Cv tn90vkgyv+/4zc58M9/3dEtIXZoooSgqw8r8Z2l8tjo9PT43wtE8iUrJSE5K 0a1akKLXJenSAxKkZlD58h9y+X+M8Z7a/I3G7V/lHQgKp2kGmzw9rcrQb+j/ ZItPIGBvNywsVVGVJ01DWAqbpBYUFZ1hGsTYvssRqTLHt4nvoIgvbP6ZjM+I Nt9PzUePPdbvcvX+ZwzTQ9vv8yMh6R04fFNY0/ciOkM8wzjXY4+F47xJgiPF cqRuY3kOlnUGLFq4khsv53NPv8zd7NXs/lYsR+158Gm9l1Tu7IYwmq7oJaMd uWMnR7jMMXLd/isYt7UXx4F9Rjtj1NmNXPPsCKyh6S9+AHzUOHEcpR3gMWM+ iQdHrq1kZFkmidvYQS633399ZBf31G21F/ZdLmmvPo0zVcyalCFg33Qr78Ce 7+qv5jdOm8W3e39u9yN+npR3ieHQ5ArlWGwW28pBIXwfilvFcESnC2eyMoS0 ii8UstncZ2XDjiaROihGjbMcyWVJLBP0N2ELC8vm229icHFPKKo+Y3zK3Jj6 q2lV3gFvZpk4BfSqKHwfFC4fLNDml3cVt2IGO7m+5sRzfoSNxglemGVV8dZT yRXqaKeJ5V1gkWIALX5bk8r5u+3x3qEbwvuN3kJ1DN9j5mLQdz60skXIeM9X PoPMnWYzdD4cjoGRMC3XRyI5+CNolyQhJK4A5mWdXGs7Ofs3HP+z9nz16fbf Scz41Muf67c8B7Q7z6L5RiPMAxZxbfU1OFbDtVDNSGtmnb4qQz/W1F1ElYsc 8rG9A6BF8x1fw2zhSnbddHHHJ115kl3rJNI1mzBL6HI2x9SglrugQzHzG7Ft RQ95IglF+DfwqylNb2gRugnWMnNteFWLj/+FsNlLyd3tfoTrTPWZV+vUcBnQ cHbre8HoTzy3ljGYxzT2Cep3MespaibRtZWwGy9vnPmkmXPgjy1fgte7Mxlk fhwZa/8V+9EQTZuPzwg4HBSA1J4XZqCotB1gExTO58hrYOoYM5RzcCcAHHIn QKpPD8eBzx12GHP0PAlfjXPI3C8J7JXlSNjt9vuSYVrKkjbwUs4R2quCwxLU mFJTZpCoaQjXuPqrgPmqhBhs7XH1lTsxmP889su24lOEZuzEyJE7ZJ3Gu23o Z9bDHvitrb2A0Um+NedwxKO/IGzrKZhn15FnRFHeAdh2zSZuXxscCXtpGorR kxqpRWx2zxPQsTk8/bgrxe+MaWj9UXw/be11pZih5VduxzPCqu03kiPFALPM 3VyOCV5kv9P3ovJk6rbkipI2du3n39AwLegO3UBzn0CYH3vMfzHUMeyM4Mu6 7Vwfiqr6BrRxBWhO0/suAxK5jm8fpoX7LszAz4bJStAanylcGCwiFbD9V2ja xk4ZosmNTsc+Xv51F4Xit9yduwJbqaJ0JYEfoT4xaw9YFDaBVuaId93cVb58 MxPLsL/UIlSz2URmft3FGL2tA7YI1UAONF7HOeWnxhb6XULrJFnQsLHz+XDW x6ooZQjcOD4DKXsvkfnu6i1kYxpaVcw/H/5QRQl7L0lk27HfLJCtp8Rw6EqF fDe08F+54MjaC0jX8aDpFtglV4jhCAoH+44HzPvdfFuTy63xMGwd5GMpKq8B fNTRpNZj2vw4RvznkfhoZ7A/fBO9AdzTEhrM70HiNBGj1jJcRY3PJvmSHod+ Ao3Yr2j8HVXeNXMx7Cr7K7HmHOzFZGXWHpytjmPEcXx2kIzWcG15juOYqUHk dz+S2OwRVmFa3DkhaboljgF1R9wc6R3A/RJIz5PWe1wsNlssB0XFZgllI8Qe TrOhxcJSPAfqIjabhOLkNYSvFsL3XlqsG67qv264eqcYuv4gI9V/bz+Kptcf IbETz4ualXP+zf/+WMuWJO08i2J1P0qrYjJTIl2WyXx5NV6PK1C88/bR/7vx N3kqZvY= "], {{0, 50.}, {50., 0}}, {0, 255}, ColorFunction -> GrayLevel], BoxForm`ImageTag[ "Byte", ColorSpace -> "Grayscale", Interleaving -> False], Selectable -> False], DefaultBaseStyle -> "ImageGraphics", ImageSizeRaw -> {50., 50.}, PlotRange -> {{0, 50.}, {0, 50.}}], True -> GraphicsBox[ TagBox[ RasterBox[CompressedData[" 1:eJzNWG1MU1cY7m1vS4GWttBLy0dLWyhl5aultrT0C2QzM5rMIWgyluDHkMwf YgBF9gc1cWpijDNuRNFsv2Rmuqmb/NjIYIFkG2qyAYnAljidODfdmItu+AHs Xi6n59x7D3LH9mPnRJLzvB/Pue95z3nfat3UWLVFKpFImpX0n6qNrRVNTRvb 1mrpRc225tcbttW/tnJbS31DfZN/k4wGS+b/MSb/jxFvt7QX95R86TytXyMh WEztye1w97v7c97SBAG2tEHIqRpXX/ksnPlnCVIiMTWXz0DMN5rZSGqX4l+u t+wp+wn1z05Lu7ZCiIYfOjoTnf+MQfd8aFLoiZmRR4FbeEl02tQsnkFpCT/E +1lsUtViOezHOJYzhZdSVqVt5vvLe0/ldpzk7mbZN2I5vEPAJnjPdlBpnQOJ 4s9Qb2V3SB0Dk9rM7b4xiJNJ4jigjSINiaAV3TO1FjEgSr+PWRjFcRR+AiyS X0RxqjrnCDtNO1Bcpga5HJp8tud4m/2Yd9g3WvixZxBmqpg96SqBfmDCeXrZ t6XjzjOaMEbvhfADYZ4UdYvhMLfhcsy8k6sl1+PvQ8EFMRymJnwm6ypRLcse nI7rc1kC1xshk+sVRmkcn8V2AGvfi1jKy24vxhBvs+71XI4+Zm9M6XhuR5J/ cZaE54CcqoH3IS49eaWlvai74AJkIHWOE9GnQg/FPQl5kMW6zz2QfSh1nTKr qBto2I8CKXxbbQeF0VYVB27i4828hanrhRYpq4E8dF+WOBcFe8xmZv5OcxhC 9xdiYKexjm9DSP0/AGl6A4NYdoN14SW+NqnjfkPkT++QZzD0G4pFH6u9fDvz LiD1XGHWxT1gnbKKr+s4AX35rxtqpfHsPrXl7n4o8Y4wlQsditTIIyBl1iVf gVXaZm7djLfBk3b1cWsdIcs5DFkMr3A5NKHg3RgH7dN5BsmUT9ETse6F34Cp pkTBedxNkKno2hCrxZG/GIyq4mTKA1hnPJdj+6wVMEiYlzg6PX8mT2UqFlMV cU/Q0cnuJ/8ciuYcAdGYv3H0SbPnIByuL4BVUoBFjBtQX74xeQrwZmmHZwQ4 5PrYmQ7hGSSS3HeADt0XCTicXWwdY4duOewEAIfCEMu/wYU44LmDCEOOyFTG VphDdL+EiZU0DkQ7NEks0FIWXgRWuuW4WOV/QDCNqSTJh6Lls7DGlY4DTFuO YyCTYPVVGFgseQX3Zct6Yy6mxyFSdget0zDa7n52P9wB31rvMERVLs9VxOPP DOYeAOu8d9Ezor/Qj0TwML+vpapBLOlvb0ElBGlujUzF7iCHQ+Xm7xS+M3RN /AjeTzLJth8yBH/hdzxSZfBXlMN+NHZfTvI5EvLQfic67eqzH8s+VHiRW/uF N9RYB2SBm8xaEwTr8EPhi5G6npsRwml/m29Dv4FfA6llNxs+3yhAMrcL9Y11 4L7jGYTZoC6JffmTuHQWy2wEmG+MvvRqXaW5zdSE2Hi9Izj/wbuGV6EWVWN7 U/8S0yc6TsXux1kgJbUw6nRXOf9m2g5Ae4I01Lp60cz3jphaSA3UMNSCHPDf gDmlrYAajk7cPlEWZsjUmjL9y1SNrhLcOCEDOn3X0HxPdOJ0ymet+4TnIxxU Dd46fQtXj/tmgekeEMNh24+zLTgvfOWoau8wIwv9HpgAetmHxHDo1wB92nbu /S67bW7j13gwSI0ila6+XcAmdR0qVRUZN7AzeQWKK9KAfuAW8wbwTws32O9h pjILojIVrKLRJyoXahH4EUjE/oqGv6OKulNWg6hyfyV6roJYqEscp2C2yilx HM73UW/+6+ZdckoTQn/3M9PcKlUa62DnNBerCXEMTHfEz5HII9gvxbCp4D0+ Zm4Vy0H3kjtx2Qh8LyShs1UunoPpIly9OD/OroytONx3La1+oar/rJHotB8N /4F6Kv1Onkz3hx+iWPRp/jm6Y/gX//sjU6U3eK4wvsIPcjvYzCRkph3sLy// DcvuuIyle//vxt/PCE6d "], {{0, 50.}, {50., 0}}, {0, 255}, ColorFunction -> GrayLevel], BoxForm`ImageTag[ "Byte", ColorSpace -> "Grayscale", Interleaving -> False], Selectable -> False], DefaultBaseStyle -> "ImageGraphics", ImageSizeRaw -> {50., 50.}, PlotRange -> {{0, 50.}, {0, 50.}}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], ImageSize -> {Automatic, 15}, ImageSizeAction -> "ResizeToFit"], MouseAppearanceTag["LinkHand"]], "\"Edit values\""}, "PrettyTooltipTemplate"]& )}], Cell["Documentation", "Section"], Cell["Usage", "Subsection"], Cell[ StyleData["UsageInputs", StyleDefinitions -> StyleData["Input"]], CellMargins -> {{66, 10}, {0, 8}}, StyleKeyMapping -> {"Tab" -> "UsageDescription"}, Evaluatable -> False, CellEventActions -> {"ReturnKeyDown" :> With[{RSNB`nb$ = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[RSNB`nb$, Cell["", "UsageDescription"], All]; SelectionMove[RSNB`nb$, Before, CellContents]], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoStyles -> False, ShowCodeAssist -> False, CodeAssistOptions -> {"DynamicHighlighting" -> False}, LineSpacing -> {1, 3}, TabSpacings -> {2.5}, CounterIncrements -> "Text", FontFamily -> "Source Sans Pro", FontSize -> 15, FontWeight -> "Plain"], Cell[ StyleData["UsageDescription", StyleDefinitions -> StyleData["Text"]], CellMargins -> {{86, 10}, {7, 0}}, StyleKeyMapping -> {"Backspace" -> "UsageInputs"}, CellGroupingRules -> "OutputGrouping", CellEventActions -> {"ReturnKeyDown" :> With[{RSNB`nb$ = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[RSNB`nb$, Cell[ BoxData[""], "UsageInputs", FontFamily -> "Source Sans Pro"], All]; SelectionMove[RSNB`nb$, Before, CellContents]], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoSpellCheck -> False], Cell["Details & Options", "Subsection"], Cell[ StyleData["Notes", StyleDefinitions -> StyleData["Item"]], CellDingbat -> StyleBox["\[FilledVerySmallSquare]", FontColor -> GrayLevel[0.6]], CellMargins -> {{66, 24}, {9, 7}}, ReturnCreatesNewCell -> False, StyleKeyMapping -> {}, DefaultNewCellStyle -> "Notes", ShowAutoSpellCheck -> False, GridBoxOptions -> {BaseStyle -> "TableNotes"}], Cell[ StyleData["TableNotes", StyleDefinitions -> StyleData["Notes"]], CellDingbat -> None, CellFrameColor -> RGBColor[0.749, 0.694, 0.553], StyleMenuListing -> None, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, GridBoxOptions -> { FrameStyle -> GrayLevel[0.906], GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers -> {"Columns" -> {{None}}, "Rows" -> {{True}}}, GridDefaultElement -> Cell["\[Placeholder]", "TableText"]}], Cell[ StyleData["TableText"], DefaultInlineFormatType -> "DefaultInputInlineFormatType", AutoQuoteCharacters -> {}, StyleMenuListing -> None], Cell["Examples", "Subsection"], Cell[ StyleData["ExampleDelimiter"], Selectable -> False, ShowCellBracket -> Automatic, CellMargins -> {{66, 14}, {5, 10}}, Evaluatable -> True, CellGroupingRules -> {"SectionGrouping", 58}, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False, CellLabelAutoDelete -> True, TabFilling -> "\[LongDash]\[NegativeThickSpace]", TabSpacings -> {100}, StyleMenuListing -> None, FontFamily -> "Verdana", FontWeight -> Bold, FontSlant -> "Plain", FontColor -> GrayLevel[0.906]], Cell[ StyleData["ExampleText", StyleDefinitions -> StyleData["Text"]]], Cell[ StyleData["PageBreak", StyleDefinitions -> StyleData["ExampleDelimiter"]], Selectable -> False, CellFrame -> {{0, 0}, {1, 0}}, CellMargins -> {{66, 14}, {15, -5}}, CellElementSpacings -> {"CellMinHeight" -> 1}, Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), CellFrameColor -> GrayLevel[ Rational[77, 85]]], Cell[ StyleData["Subsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["Subsubsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["ExampleImage"], PageWidth :> 650, CellMargins -> {{66, 66}, {16, 5}}, Evaluatable -> False, ShowCellLabel -> False, MenuSortingValue -> 10000, RasterBoxOptions -> {ImageEditMode -> False}], Cell["Links", "Section"], Cell[ StyleData["Link"], FontFamily -> "Source Sans Pro", FontColor -> Dynamic[ If[ CurrentValue["MouseOver"], RGBColor[0.855, 0.396, 0.145], RGBColor[0.02, 0.286, 0.651]]]], Cell[ StyleData["StringTypeLink", StyleDefinitions -> StyleData["Link"]], FontColor -> Dynamic[ If[ CurrentValue["MouseOver"], RGBColor[0.969, 0.467, 0.], GrayLevel[0.467]]]], Cell[ StyleData["CharactersRefLink"], ShowSpecialCharacters -> False], Cell["Annotation", "Section"], Cell[ StyleData["Excluded"], CellBracketOptions -> { "Color" -> RGBColor[0.9, 0.4, 0.4], "Thickness" -> 2}, GeneratedCellStyles -> { "Graphics" -> {"Graphics", "Excluded"}, "Message" -> {"Message", "MSG", "Excluded"}, "Output" -> {"Output", "Excluded"}, "Print" -> {"Print", "Excluded"}, "PrintTemporary" -> {"PrintTemporary", "Excluded"}}, CellFrameMargins -> 4, StyleMenuListing -> None, Background -> RGBColor[1, 0.95, 0.95]], Cell[ StyleData["Comment", StyleDefinitions -> StyleData["Text"]], CellFrame -> {{3, 0}, {0, 0}}, CellMargins -> {{66, 0}, {1, 0}}, CellElementSpacings -> {"ClosedCellHeight" -> 0}, GeneratedCellStyles -> { "Graphics" -> {"Graphics", "Comment"}, "Message" -> {"Message", "MSG", "Comment"}, "Output" -> {"Output", "Comment"}, "Print" -> {"Print", "Comment"}, "PrintTemporary" -> {"PrintTemporary", "Comment"}}, CellFrameColor -> RGBColor[0.880722, 0.611041, 0.142051], CellFrameLabelMargins -> {{0, 10}, {0, 0}}, FontColor -> GrayLevel[0.25], Background -> RGBColor[0.982, 0.942, 0.871]], Cell[ StyleData["AuthorComment", StyleDefinitions -> StyleData["Comment"]], GeneratedCellStyles -> { "Graphics" -> {"Graphics", "AuthorComment"}, "Message" -> {"Message", "MSG", "AuthorComment"}, "Output" -> {"Output", "AuthorComment"}, "Print" -> {"Print", "AuthorComment"}, "PrintTemporary" -> {"PrintTemporary", "AuthorComment"}}, CellFrameColor -> RGBColor[0.368417, 0.506779, 0.709798], Background -> RGBColor[0.905, 0.926, 0.956]], Cell[ StyleData["ReviewerComment", StyleDefinitions -> StyleData["Comment"]], GeneratedCellStyles -> { "Graphics" -> {"Graphics", "ReviewerComment"}, "Message" -> {"Message", "MSG", "ReviewerComment"}, "Output" -> {"Output", "ReviewerComment"}, "Print" -> {"Print", "ReviewerComment"}, "PrintTemporary" -> {"PrintTemporary", "ReviewerComment"}}, CellFrameColor -> RGBColor[0.560181, 0.691569, 0.194885], Background -> RGBColor[0.934, 0.954, 0.879]], Cell[ StyleData["CommentLabel", StyleDefinitions -> StyleData["Text"]], ShowStringCharacters -> False, FontSlant -> "Italic", FontColor -> GrayLevel[0.5]], Cell["Special Input", "Section"], Cell[ StyleData["FormObjectCell"], CellMargins -> {{66, 66}, {16, 5}}], Cell[ StyleData["LocalFileInput", StyleDefinitions -> StyleData["Input"]], CellFrameLabels -> {{None, Cell[ BoxData[ ButtonBox[ "\"Choose\"", FrameMargins -> {{5, 5}, {0, 0}}, BaseStyle -> {"Panel", FontSize -> 12}, Evaluator -> Automatic, Method -> "Queued", ButtonFunction :> With[{RSNB`file = SystemDialogInput["FileOpen"], RSNB`cell = ParentCell[ EvaluationCell[]]}, If[ RSNB`file =!= $Canceled, SelectionMove[RSNB`cell, All, CellContents]; NotebookWrite[ Notebooks[RSNB`cell], RowBox[{"File", "[", ToBoxes[RSNB`file], "]"}]]]], Appearance :> FEPrivate`FrontEndResource[ "FEExpressions", "GrayButtonNinePatchAppearance"]]]]}, { None, None}}], Cell[ StyleData["LocalDirectoryInput", StyleDefinitions -> StyleData["Input"]], CellFrameLabels -> {{None, Cell[ BoxData[ ButtonBox[ "\"Choose\"", FrameMargins -> {{5, 5}, {0, 0}}, BaseStyle -> {"Panel", FontSize -> 12}, Evaluator -> Automatic, Method -> "Queued", ButtonFunction :> With[{RSNB`file = SystemDialogInput["Directory"], RSNB`cell = ParentCell[ EvaluationCell[]]}, If[ RSNB`file =!= $Canceled, SelectionMove[RSNB`cell, All, CellContents]; NotebookWrite[ Notebooks[RSNB`cell], RowBox[{"File", "[", ToBoxes[RSNB`file], "]"}]]]], Appearance :> FEPrivate`FrontEndResource[ "FEExpressions", "GrayButtonNinePatchAppearance"]]]]}, { None, None}}], Cell["Misc", "Section"], Cell[ StyleData["Item"], DefaultNewCellStyle -> "Item"], Cell[ StyleData["ButtonText"], FontFamily -> "Sans Serif", FontSize -> 11, FontWeight -> Bold, FontColor -> RGBColor[0.459, 0.459, 0.459]], Cell[ StyleData["InlineFormula"], HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Formula", AutoSpacing -> True, ScriptLevel -> 1, SingleLetterItalics -> False, SpanMaxSize -> 1, StyleMenuListing -> None, FontFamily -> "Source Sans Pro", FontSize -> 1. Inherited, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, FractionBoxOptions -> {BaseStyle -> {SpanMaxSize -> Automatic}}, GridBoxOptions -> { GridBoxItemSize -> { "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["DockedCell"], CellFrameColor -> GrayLevel[0.75], Background -> GrayLevel[0.9]]}, Visible -> False, FrontEndVersion -> "12.3 for Linux x86 (64-bit) (July 9, 2021)", StyleDefinitions -> "PrivateStylesheetFormatting.nb"] ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{ "Name"->{ Cell[629, 23, 96, 2, 70, "Title",ExpressionUUID->"6a1967a9-7a11-47d0-b1ee-3d645c0ef97c", CellTags->{"Name", "TemplateCell", "Title"}, CellID->472981165]}, "TemplateCell"->{ Cell[629, 23, 96, 2, 70, "Title",ExpressionUUID->"6a1967a9-7a11-47d0-b1ee-3d645c0ef97c", CellTags->{"Name", "TemplateCell", "Title"}, CellID->472981165], Cell[728, 27, 117, 2, 70, "Text",ExpressionUUID->"0691df2a-1c80-4bf0-a8eb-e389c79b55ca", CellTags->{"Description", "TemplateCell"}, CellID->969885833]}, "Title"->{ Cell[629, 23, 96, 2, 70, "Title",ExpressionUUID->"6a1967a9-7a11-47d0-b1ee-3d645c0ef97c", CellTags->{"Name", "TemplateCell", "Title"}, CellID->472981165]}, "Description"->{ Cell[728, 27, 117, 2, 70, "Text",ExpressionUUID->"0691df2a-1c80-4bf0-a8eb-e389c79b55ca", CellTags->{"Description", "TemplateCell"}, CellID->969885833]}, "Definition"->{ Cell[870, 33, 1104, 27, 70, "Section",ExpressionUUID->"87b9d888-26d8-4400-a0e0-62aa77f9d114", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->201182710]}, "Function"->{ Cell[870, 33, 1104, 27, 70, "Section",ExpressionUUID->"87b9d888-26d8-4400-a0e0-62aa77f9d114", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->201182710]}, "TemplateCellGroup"->{ Cell[870, 33, 1104, 27, 70, "Section",ExpressionUUID->"87b9d888-26d8-4400-a0e0-62aa77f9d114", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->201182710], Cell[6580, 198, 1880, 48, 70, "Subsection",ExpressionUUID->"bc4fcf12-9276-4832-9811-e961e6d12064", CellTags->{"TemplateCellGroup", "Usage"}, CellID->321985898], Cell[10447, 336, 1329, 30, 70, "Subsection",ExpressionUUID->"cc11a0aa-33ff-481b-9f7e-111c8a058de6", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->892718828], Cell[12936, 415, 6926, 150, 70, "Section",ExpressionUUID->"ab0cced0-03fc-49a2-a656-0cebbc81b77d", CellTags->{"Examples", "TemplateCellGroup"}, CellID->677271657], Cell[8487760, 176927, 918, 24, 70, "Subsection",ExpressionUUID->"90e7bde1-7a97-414d-9a20-f841d968f383", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->340488457], Cell[8488789, 176959, 893, 24, 70, "Subsection",ExpressionUUID->"baa32a53-dc98-47f0-9ef7-6afecbcd1b1a", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->888841136], Cell[8489909, 177000, 167, 5, 70, "Subsection",ExpressionUUID->"4d92a403-56ae-4a7b-b7a3-798223fdab4f", CellTags->{"Categories", "TemplateCellGroup"}, CellID->841175420], Cell[8490176, 177013, 870, 24, 70, "Subsection",ExpressionUUID->"9df8238a-2272-4163-ab4d-73e7fce33723", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->819464728], Cell[8491131, 177045, 919, 24, 70, "Subsection",ExpressionUUID->"87734e07-da94-40d5-ba0c-573f160d9bb6", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->58300769], Cell[8492598, 177084, 971, 25, 70, "Subsection",ExpressionUUID->"0c838ee7-fd5d-4310-88d5-3b6c7a8e3cd3", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->218541429], Cell[8494104, 177124, 823, 24, 70, "Subsection",ExpressionUUID->"1b4effdc-a8af-4fe0-8ff8-e8080c49ecaa", CellTags->{"Links", "TemplateCellGroup"}, CellID->280139842], Cell[8495452, 177163, 1762, 43, 70, "Subsection",ExpressionUUID->"37365f57-3543-4267-ad9e-c092bc7bb930", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->539954343], Cell[8504011, 177354, 1048, 26, 70, "Section",ExpressionUUID->"c687117c-bb79-4a1c-8d87-21bd093dd962", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->720474325], Cell[8505608, 177395, 929, 25, 70, "Section",ExpressionUUID->"8e3e90ff-47a8-4614-b35c-a5ea302deb72", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->577229082]}, "Documentation"->{ Cell[6418, 190, 137, 4, 70, "Section",ExpressionUUID->"2e143537-50b4-477d-9006-b50bd389797b", CellTags->{"Documentation", "TemplateSection"}, CellID->94487535]}, "TemplateSection"->{ Cell[6418, 190, 137, 4, 70, "Section",ExpressionUUID->"2e143537-50b4-477d-9006-b50bd389797b", CellTags->{"Documentation", "TemplateSection"}, CellID->94487535], Cell[8487561, 176919, 174, 4, 70, "Section",ExpressionUUID->"ac9d179b-2494-416a-b40f-2f8357b63ee8", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->122838224]}, "Usage"->{ Cell[6580, 198, 1880, 48, 70, "Subsection",ExpressionUUID->"bc4fcf12-9276-4832-9811-e961e6d12064", CellTags->{"TemplateCellGroup", "Usage"}, CellID->321985898]}, "Details & Options"->{ Cell[10447, 336, 1329, 30, 70, "Subsection",ExpressionUUID->"cc11a0aa-33ff-481b-9f7e-111c8a058de6", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->892718828]}, "Notes"->{ Cell[10447, 336, 1329, 30, 70, "Subsection",ExpressionUUID->"cc11a0aa-33ff-481b-9f7e-111c8a058de6", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->892718828]}, "Examples"->{ Cell[12936, 415, 6926, 150, 70, "Section",ExpressionUUID->"ab0cced0-03fc-49a2-a656-0cebbc81b77d", CellTags->{"Examples", "TemplateCellGroup"}, CellID->677271657]}, "Source & Additional Information"->{ Cell[8487561, 176919, 174, 4, 70, "Section",ExpressionUUID->"ac9d179b-2494-416a-b40f-2f8357b63ee8", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->122838224]}, "Contributed By"->{ Cell[8487760, 176927, 918, 24, 70, "Subsection",ExpressionUUID->"90e7bde1-7a97-414d-9a20-f841d968f383", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->340488457]}, "ContributorInformation"->{ Cell[8487760, 176927, 918, 24, 70, "Subsection",ExpressionUUID->"90e7bde1-7a97-414d-9a20-f841d968f383", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->340488457]}, "Keywords"->{ Cell[8488789, 176959, 893, 24, 70, "Subsection",ExpressionUUID->"baa32a53-dc98-47f0-9ef7-6afecbcd1b1a", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->888841136]}, "Categories"->{ Cell[8489909, 177000, 167, 5, 70, "Subsection",ExpressionUUID->"4d92a403-56ae-4a7b-b7a3-798223fdab4f", CellTags->{"Categories", "TemplateCellGroup"}, CellID->841175420]}, "Related Symbols"->{ Cell[8490176, 177013, 870, 24, 70, "Subsection",ExpressionUUID->"9df8238a-2272-4163-ab4d-73e7fce33723", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->819464728]}, "Related Resource Objects"->{ Cell[8491131, 177045, 919, 24, 70, "Subsection",ExpressionUUID->"87734e07-da94-40d5-ba0c-573f160d9bb6", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->58300769]}, "TabNext"->{ Cell[8492053, 177071, 508, 8, 70, "Item",ExpressionUUID->"9c208571-3b7a-44cc-987d-fa54a73a9a49", CellTags->"TabNext", CellID->979277277], Cell[8493572, 177111, 495, 8, 70, "Text",ExpressionUUID->"4e5db254-8feb-4909-8292-7ed071aa9d1e", CellTags->"TabNext", CellID->91842863], Cell[8494930, 177150, 485, 8, 70, "Item",ExpressionUUID->"c83af19b-9491-44e2-8158-bee6dcebfbb0", CellTags->"TabNext", CellID->515049506], Cell[8505062, 177382, 509, 8, 70, "Text",ExpressionUUID->"2527d959-9d67-459d-9ba7-8fe6d5d3f732", CellTags->"TabNext", CellID->991784503], Cell[8506540, 177422, 495, 8, 70, "Text",ExpressionUUID->"5c9195a9-c70d-4b2f-8c18-055297579eb2", CellTags->"TabNext", CellID->932041030]}, "Source/Reference Citation"->{ Cell[8492598, 177084, 971, 25, 70, "Subsection",ExpressionUUID->"0c838ee7-fd5d-4310-88d5-3b6c7a8e3cd3", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->218541429]}, "Links"->{ Cell[8494104, 177124, 823, 24, 70, "Subsection",ExpressionUUID->"1b4effdc-a8af-4fe0-8ff8-e8080c49ecaa", CellTags->{"Links", "TemplateCellGroup"}, CellID->280139842]}, "Tests"->{ Cell[8495452, 177163, 1762, 43, 70, "Subsection",ExpressionUUID->"37365f57-3543-4267-ad9e-c092bc7bb930", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->539954343]}, "VerificationTests"->{ Cell[8495452, 177163, 1762, 43, 70, "Subsection",ExpressionUUID->"37365f57-3543-4267-ad9e-c092bc7bb930", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->539954343]}, "Author Notes"->{ Cell[8504011, 177354, 1048, 26, 70, "Section",ExpressionUUID->"c687117c-bb79-4a1c-8d87-21bd093dd962", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->720474325]}, "Submission Notes"->{ Cell[8505608, 177395, 929, 25, 70, "Section",ExpressionUUID->"8e3e90ff-47a8-4614-b35c-a5ea302deb72", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->577229082]} } *) (*CellTagsIndex CellTagsIndex->{ {"Name", 8618924, 179569}, {"TemplateCell", 8619106, 179573}, {"Title", 8619441, 179580}, {"Description", 8619622, 179584}, {"Definition", 8619800, 179588}, {"Function", 8619997, 179592}, {"TemplateCellGroup", 8620203, 179596}, {"Documentation", 8622801, 179639}, {"TemplateSection", 8622993, 179643}, {"Usage", 8623369, 179650}, {"Details & Options", 8623563, 179654}, {"Notes", 8623767, 179658}, {"Examples", 8623974, 179662}, {"Source & Additional Information", 8624184, 179666}, {"Contributed By", 8624400, 179670}, {"ContributorInformation", 8624639, 179674}, {"Keywords", 8624864, 179678}, {"Categories", 8625059, 179682}, {"Related Symbols", 8625260, 179686}, {"Related Resource Objects", 8625476, 179690}, {"TabNext", 8625683, 179694}, {"Source/Reference Citation", 8626445, 179710}, {"Links", 8626652, 179714}, {"Tests", 8626839, 179718}, {"VerificationTests", 8627060, 179722}, {"Author Notes", 8627276, 179726}, {"Submission Notes", 8627479, 179730} } *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[629, 23, 96, 2, 70, "Title",ExpressionUUID->"6a1967a9-7a11-47d0-b1ee-3d645c0ef97c", CellTags->{"Name", "TemplateCell", "Title"}, CellID->472981165], Cell[728, 27, 117, 2, 70, "Text",ExpressionUUID->"0691df2a-1c80-4bf0-a8eb-e389c79b55ca", CellTags->{"Description", "TemplateCell"}, CellID->969885833], Cell[CellGroupData[{ Cell[870, 33, 1104, 27, 70, "Section",ExpressionUUID->"87b9d888-26d8-4400-a0e0-62aa77f9d114", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->201182710], Cell[1977, 62, 386, 11, 70, "Input",ExpressionUUID->"29a9e283-d84d-4f2e-8b60-09ea4ec02efb", InitializationCell->True, CellID->56392928], Cell[2366, 75, 2805, 76, 70, "Input",ExpressionUUID->"06aa121a-bdfc-4054-b4ed-d74036720718", InitializationCell->True, CellID->826848470], Cell[5174, 153, 1207, 32, 70, "Input",ExpressionUUID->"88510185-6ad3-44fc-b2b6-c8fad4a6de6b", InitializationCell->True, CellID->993479881] }, Open ]], Cell[CellGroupData[{ Cell[6418, 190, 137, 4, 70, "Section",ExpressionUUID->"2e143537-50b4-477d-9006-b50bd389797b", CellTags->{"Documentation", "TemplateSection"}, CellID->94487535], Cell[CellGroupData[{ Cell[6580, 198, 1880, 48, 70, "Subsection",ExpressionUUID->"bc4fcf12-9276-4832-9811-e961e6d12064", CellTags->{"TemplateCellGroup", "Usage"}, CellID->321985898], Cell[CellGroupData[{ Cell[8485, 250, 147, 4, 70, "UsageInputs",ExpressionUUID->"a4b34037-db6c-4d32-b78e-e1681bc6304b", CellID->912940049], Cell[8635, 256, 280, 10, 70, "UsageDescription",ExpressionUUID->"c641fc3b-2cca-40fa-9501-325d7fefee7a", CellID->379028027] }, Open ]], Cell[CellGroupData[{ Cell[8952, 271, 168, 4, 70, "UsageInputs",ExpressionUUID->"3c0db1e3-82f2-47c9-a25d-39dafd13b0c4", CellID->174259395], Cell[9123, 277, 313, 9, 70, "UsageDescription",ExpressionUUID->"453cd78d-f1ea-4b00-97c0-8a6c31bef7ea", CellID->805238427] }, Open ]], Cell[CellGroupData[{ Cell[9473, 291, 146, 4, 70, "UsageInputs",ExpressionUUID->"99c28f11-d3ef-4c8b-a0c7-f62832d2fc05", CellID->827651207], Cell[9622, 297, 261, 9, 70, "UsageDescription",ExpressionUUID->"1fc0aa47-86b9-4a84-b864-76ccd4d03258", CellID->805275146] }, Open ]], Cell[CellGroupData[{ Cell[9920, 311, 190, 6, 70, "UsageInputs",ExpressionUUID->"ba8f067d-b523-4c7b-8901-698acb51e253", CellID->815220532], Cell[10113, 319, 285, 11, 70, "UsageDescription",ExpressionUUID->"939b1339-6f42-4e70-8c4c-a3c8fe50e302", CellID->883567635] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[10447, 336, 1329, 30, 70, "Subsection",ExpressionUUID->"cc11a0aa-33ff-481b-9f7e-111c8a058de6", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->892718828], Cell[11779, 368, 586, 21, 70, "Notes",ExpressionUUID->"f1aad4ae-7c1d-487a-b929-0f166062c74c", CellID->623509690], Cell[12368, 391, 519, 18, 70, "Notes",ExpressionUUID->"289a2e5d-1b01-48f8-ada9-5e94e4baf7cb", CellID->870294865] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[12936, 415, 6926, 150, 70, "Section",ExpressionUUID->"ab0cced0-03fc-49a2-a656-0cebbc81b77d", CellTags->{"Examples", "TemplateCellGroup"}, CellID->677271657], Cell[CellGroupData[{ Cell[19887, 569, 56, 1, 70, "Subsection",ExpressionUUID->"614d0f92-a99b-4257-801f-96e08c685f06", CellID->462042388], Cell[19946, 572, 53, 1, 70, "Text",ExpressionUUID->"3a1bd7ac-fa76-4026-bccd-775f70f9fd22", CellID->348076502], Cell[CellGroupData[{ Cell[20024, 577, 274, 8, 70, "Input",ExpressionUUID->"eb46b16b-ac92-4905-a637-a739b53b8adc", CellID->833325493], Cell[20301, 587, 451721, 9365, 70, "Output",ExpressionUUID->"1e550d8c-899f-4dd3-81ce-0587b0752d86", CellID->874776163] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[472071, 9958, 47, 1, 70, "Subsection",ExpressionUUID->"ab34bacb-6cf8-4d97-a7fd-eb7fb3f55280", CellID->964056545], Cell[472121, 9961, 604, 20, 70, "Text",ExpressionUUID->"3a18fd88-ef97-4273-ad8c-28c863acacea", CellID->497708145], Cell[CellGroupData[{ Cell[472750, 9985, 178, 4, 70, "Input",ExpressionUUID->"d3601f19-b749-45e2-a996-1c6744cc897f", CellID->138490156], Cell[472931, 9991, 129, 3, 70, "Output",ExpressionUUID->"9a9433ad-ee55-4946-b9d6-2aefde4721cf", CellID->770793975] }, Open ]], Cell[473075, 9997, 600, 20, 70, "Text",ExpressionUUID->"8c70fbc1-0db6-4c84-bc9d-075c85d7aa62", CellID->326968948], Cell[CellGroupData[{ Cell[473700, 10021, 198, 4, 70, "Input",ExpressionUUID->"c0184a5e-53d1-4b10-831d-da7225a37337", CellID->923206744], Cell[473901, 10027, 10237, 208, 70, "Output",ExpressionUUID->"3a0cb42f-9c1d-4e11-b5bf-a2ca603033e9", CellID->199400166] }, Open ]], Cell[484153, 10238, 639, 20, 70, "Text",ExpressionUUID->"e3cb2e8e-5ccb-41b5-997d-aab5d4328b44", CellID->763673922], Cell[CellGroupData[{ Cell[484817, 10262, 191, 6, 70, "Input",ExpressionUUID->"44d15cef-9aba-489b-90f9-f79177189922", CellID->432890558], Cell[485011, 10270, 88, 2, 70, "Output",ExpressionUUID->"d725e336-bccd-4b09-ad8f-2eca22bfc990", CellID->881650009] }, Open ]], Cell[CellGroupData[{ Cell[485136, 10277, 133, 3, 70, "Input",ExpressionUUID->"49e9ee67-9a66-4ee6-b1d9-842b8a03b63d", CellID->600206196], Cell[485272, 10282, 206, 6, 70, "Output",ExpressionUUID->"f0b78ba9-3b70-4a10-8520-b4413f0677e6", CellID->867447267] }, Open ]], Cell[485493, 10291, 197, 5, 70, "Text",ExpressionUUID->"4eb4599b-6ac8-4d8a-8ed6-0761c4228260", CellID->609018450], Cell[CellGroupData[{ Cell[485715, 10300, 188, 6, 70, "Input",ExpressionUUID->"d19f4c17-e1a0-4b40-8c9c-2f066f6e6029", CellID->825091400], Cell[485906, 10308, 87, 2, 70, "Output",ExpressionUUID->"ecef16bd-7dce-4c7a-a0db-e5c5e39f0a63", CellID->124619186] }, Open ]], Cell[CellGroupData[{ Cell[486030, 10315, 147, 4, 70, "Input",ExpressionUUID->"d43a65b6-f946-42c6-a577-939133459323", CellID->410560352], Cell[486180, 10321, 299902, 6285, 70, "Output",ExpressionUUID->"ac74b7bf-08b6-4779-bab5-f1b4fd4caf86", CellID->178059459] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[786131, 16612, 70, 1, 70, "Subsection",ExpressionUUID->"f990fc4d-07cb-4788-a097-8cd1ddddc99c", CellID->341730584], Cell[786204, 16615, 82, 1, 70, "Text",ExpressionUUID->"e24644c7-db1b-4ba1-98bc-ecd1d0b10a0f", CellID->793028958], Cell[CellGroupData[{ Cell[786311, 16620, 198, 5, 70, "Input",ExpressionUUID->"9d28fa81-97d6-443b-8e63-fe00ef246dd0", CellID->677327281], Cell[786512, 16627, 1746856, 36272, 70, "Output",ExpressionUUID->"d14386cf-ffbc-4c8d-b9cb-0e76447cf2b4", CellID->837901482] }, Open ]], Cell[2533383, 52902, 63, 1, 70, "Text",ExpressionUUID->"d26aca36-480c-4818-be4e-e250ba17e3a5", CellID->4846967], Cell[CellGroupData[{ Cell[2533471, 52907, 224, 6, 70, "Input",ExpressionUUID->"6072cffc-8ddc-4580-b383-3a3eec3e3107", CellID->348205805], Cell[2533698, 52915, 19817, 414, 70, "Output",ExpressionUUID->"74796dd4-1402-4f2b-9815-68d1a8bb4c08", CellID->450695235] }, Open ]], Cell[2553530, 53332, 604, 20, 70, "Text",ExpressionUUID->"28ffb5d0-6bdd-4fdc-8895-1331f5bc74d3", CellID->981600968], Cell[CellGroupData[{ Cell[2554159, 53356, 432, 13, 70, "Input",ExpressionUUID->"f945640f-8bdb-443d-949f-f2253ae4302c", CellID->188133486], Cell[2554594, 53371, 493, 14, 70, "Output",ExpressionUUID->"2c190379-2dd4-4533-a9f1-52781047c090", CellID->420761434] }, Open ]], Cell[CellGroupData[{ Cell[2555124, 53390, 169, 5, 70, "Input",ExpressionUUID->"fe09d053-41e8-4b4d-a90e-95106b04d3ef", CellID->242443143], Cell[2555296, 53397, 2882, 79, 70, "Output",ExpressionUUID->"e44c87a8-1dc2-4517-82a7-d4ce3604121f", CellID->762737266] }, Open ]], Cell[CellGroupData[{ Cell[2558215, 53481, 131, 3, 70, "Input",ExpressionUUID->"4c0fac44-ab39-4837-b226-15d1ccb98a99", CellID->521359380], Cell[2558349, 53486, 77476, 1616, 70, "Output",ExpressionUUID->"7b3fd79c-8516-4ff6-a73f-d70eda248d5f", CellID->762738609] }, Open ]], Cell[2635840, 55105, 78, 1, 70, "Text",ExpressionUUID->"4c39fa38-5190-4a8f-be29-ccba647dc389", CellID->765121328], Cell[CellGroupData[{ Cell[2635943, 55110, 131, 3, 70, "Input",ExpressionUUID->"967598d6-7909-477d-bacd-f463f1392231", CellID->738554369], Cell[2636077, 55115, 77476, 1616, 70, "Output",ExpressionUUID->"af03062b-0668-4e47-98bc-8c6ec1abdb41", CellID->948140305] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[2713602, 56737, 54, 1, 70, "Subsection",ExpressionUUID->"d3a84188-34f9-4cdc-a372-af11893d8a07", CellID->568056528], Cell[2713659, 56740, 59, 1, 70, "Text",ExpressionUUID->"22603775-35c1-4da4-b5c9-ee77aa3439f3", CellID->613432120], Cell[CellGroupData[{ Cell[2713743, 56745, 432, 13, 70, "Input",ExpressionUUID->"5694cfa7-9225-4385-b2ca-b3a81badc74e", CellID->804011455], Cell[2714178, 56760, 493, 14, 70, "Output",ExpressionUUID->"171afbe2-ac41-4d83-b84a-a21d2f7376b8", CellID->796357205] }, Open ]], Cell[CellGroupData[{ Cell[2714708, 56779, 209, 5, 70, "Input",ExpressionUUID->"de51e50d-6131-4473-ba1a-6bf7a84adb34", CellID->986446173], Cell[2714920, 56786, 77476, 1616, 70, "Output",ExpressionUUID->"7897ccd5-d033-4e14-8651-efefe16d1f5f", CellID->578228071] }, Open ]], Cell[CellGroupData[{ Cell[2792433, 58407, 206, 5, 70, "Input",ExpressionUUID->"73d1b951-d2cb-4607-89b6-febfef6cf858", CellID->119734855], Cell[2792642, 58414, 812363, 17017, 70, "Output",ExpressionUUID->"c447368a-95d5-4420-a269-53aa60410bd5", CellID->662591218] }, Open ]], Cell[CellGroupData[{ Cell[3605042, 75436, 206, 5, 70, "Input",ExpressionUUID->"38b4ba59-7218-4c48-b485-9d38396d064f", CellID->869914562], Cell[3605251, 75443, 298943, 6236, 70, "Output",ExpressionUUID->"0f0ed23b-faa5-4c84-a94d-b4a5a7ea6e35", CellID->229649809] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[3904243, 81685, 66, 1, 70, "Subsection",ExpressionUUID->"7d1e9faf-6bf0-44fe-9342-96d47c97b6f5", CellID->754506620], Cell[3904312, 81688, 66, 1, 70, "Text",ExpressionUUID->"fb44be4c-36f3-47b9-8138-0441270ae369", CellID->747588707], Cell[3904381, 81691, 477, 13, 70, "Input",ExpressionUUID->"419c10b2-c9ee-4308-85a1-fa18d8b5514c", CellID->102505204], Cell[CellGroupData[{ Cell[3904883, 81708, 119, 3, 70, "Input",ExpressionUUID->"6620d338-39db-4e08-9d99-96a3033f8984", CellID->97138337], Cell[3905005, 81713, 75, 2, 70, "Output",ExpressionUUID->"93957b47-7392-4272-9978-7579a0157022", CellID->685248900] }, Open ]], Cell[CellGroupData[{ Cell[3905117, 81720, 118, 3, 70, "Input",ExpressionUUID->"78b17824-1749-44d7-a979-b90bf3438a13", CellID->4731887], Cell[3905238, 81725, 76, 2, 70, "Output",ExpressionUUID->"ddee2dce-eff2-45c6-8e31-a864b864f48e", CellID->775051290] }, Open ]], Cell[CellGroupData[{ Cell[3905351, 81732, 131, 3, 70, "Input",ExpressionUUID->"9fa4ea13-6100-46fb-9aae-535c46f036be", CellID->201828614], Cell[3905485, 81737, 67800, 1418, 70, "Output",ExpressionUUID->"b973bf14-32f9-4ad9-ba9a-17d432456e99", CellID->529011330] }, Open ]], Cell[CellGroupData[{ Cell[3973322, 83160, 128, 3, 70, "Input",ExpressionUUID->"5134ddc0-f502-43e4-afec-d132c8d40e05", CellID->89736615], Cell[3973453, 83165, 62419, 1301, 70, "Output",ExpressionUUID->"89e4ccd0-9f77-4f0e-9f49-21f92ff6e238", CellID->118798888] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[4035921, 84472, 56, 1, 70, "Subsection",ExpressionUUID->"aa4bd594-6cd9-4d02-ab47-facd337ffb90", CellID->92483860], Cell[4035980, 84475, 84, 1, 70, "Text",ExpressionUUID->"a11dc6c4-fcc3-456f-9930-a94f809020d4", CellID->278496277], Cell[CellGroupData[{ Cell[4036089, 84480, 196, 5, 70, "Input",ExpressionUUID->"5be6cccf-f58e-42fa-af30-c80d7cd12e3f", CellID->68649766], Cell[4036288, 84487, 1781026, 37002, 70, "Output",ExpressionUUID->"2c4b3ee1-8d14-4f0d-b94d-97a86f4820c6", CellID->155574756] }, Open ]], Cell[5817329, 121492, 73, 1, 70, "Text",ExpressionUUID->"3107e358-974c-4056-95b7-e65909c269f1", CellID->629216942], Cell[CellGroupData[{ Cell[5817427, 121497, 225, 6, 70, "Input",ExpressionUUID->"557b9dd5-9c2b-4ce9-a4d2-5b3182cab1a4", CellID->629974925], Cell[5817655, 121505, 2669845, 55407, 70, "Output",ExpressionUUID->"7b522742-a264-48a9-8644-3d757b169bcd", CellID->975146419] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[8487561, 176919, 174, 4, 70, "Section",ExpressionUUID->"ac9d179b-2494-416a-b40f-2f8357b63ee8", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->122838224], Cell[CellGroupData[{ Cell[8487760, 176927, 918, 24, 70, "Subsection",ExpressionUUID->"90e7bde1-7a97-414d-9a20-f841d968f383", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->340488457], Cell[8488681, 176953, 71, 1, 70, "Text",ExpressionUUID->"e878683f-aac6-4720-81eb-176f01cf201c", CellID->765499838] }, Open ]], Cell[CellGroupData[{ Cell[8488789, 176959, 893, 24, 70, "Subsection",ExpressionUUID->"baa32a53-dc98-47f0-9ef7-6afecbcd1b1a", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->888841136], Cell[8489685, 176985, 42, 1, 70, "Item",ExpressionUUID->"1724b59f-9235-41d9-a594-a16c1b777c14", CellID->934194113], Cell[8489730, 176988, 49, 1, 70, "Item",ExpressionUUID->"dbb701a4-52f5-4df8-b54d-bd94addce400", CellID->852318635], Cell[8489782, 176991, 41, 1, 70, "Item",ExpressionUUID->"5dfae9f1-9e1a-4594-aabe-6fd2f1ceaab2", CellID->246237827], Cell[8489826, 176994, 46, 1, 70, "Item",ExpressionUUID->"c5d0bc61-544e-4206-bc9d-1a75c6480db8", CellID->332490575] }, Open ]], Cell[CellGroupData[{ Cell[8489909, 177000, 167, 5, 70, "Subsection",ExpressionUUID->"4d92a403-56ae-4a7b-b7a3-798223fdab4f", CellTags->{"Categories", "TemplateCellGroup"}, CellID->841175420], Cell[8490079, 177007, 60, 1, 70, "Item",ExpressionUUID->"21fb73e9-5844-40c1-af1f-471c82308690", CellID->891139041] }, Open ]], Cell[CellGroupData[{ Cell[8490176, 177013, 870, 24, 70, "Subsection",ExpressionUUID->"9df8238a-2272-4163-ab4d-73e7fce33723", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->819464728], Cell[8491049, 177039, 45, 1, 70, "Item",ExpressionUUID->"2877079d-03c4-4364-a7d0-499b385fd120", CellID->317816530] }, Open ]], Cell[CellGroupData[{ Cell[8491131, 177045, 919, 24, 70, "Subsection",ExpressionUUID->"87734e07-da94-40d5-ba0c-573f160d9bb6", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->58300769], Cell[8492053, 177071, 508, 8, 70, "Item",ExpressionUUID->"9c208571-3b7a-44cc-987d-fa54a73a9a49", CellTags->"TabNext", CellID->979277277] }, Open ]], Cell[CellGroupData[{ Cell[8492598, 177084, 971, 25, 70, "Subsection",ExpressionUUID->"0c838ee7-fd5d-4310-88d5-3b6c7a8e3cd3", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->218541429], Cell[8493572, 177111, 495, 8, 70, "Text",ExpressionUUID->"4e5db254-8feb-4909-8292-7ed071aa9d1e", CellTags->"TabNext", CellID->91842863] }, Open ]], Cell[CellGroupData[{ Cell[8494104, 177124, 823, 24, 70, "Subsection",ExpressionUUID->"1b4effdc-a8af-4fe0-8ff8-e8080c49ecaa", CellTags->{"Links", "TemplateCellGroup"}, CellID->280139842], Cell[8494930, 177150, 485, 8, 70, "Item",ExpressionUUID->"c83af19b-9491-44e2-8158-bee6dcebfbb0", CellTags->"TabNext", CellID->515049506] }, Open ]], Cell[CellGroupData[{ Cell[8495452, 177163, 1762, 43, 70, "Subsection",ExpressionUUID->"37365f57-3543-4267-ad9e-c092bc7bb930", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->539954343], Cell[8497217, 177208, 6745, 140, 70, "Input",ExpressionUUID->"ef75e0cc-894e-4a39-956e-1b2973425ea3", CellID->696425671] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[8504011, 177354, 1048, 26, 70, "Section",ExpressionUUID->"c687117c-bb79-4a1c-8d87-21bd093dd962", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->720474325], Cell[8505062, 177382, 509, 8, 70, "Text",ExpressionUUID->"2527d959-9d67-459d-9ba7-8fe6d5d3f732", CellTags->"TabNext", CellID->991784503] }, Open ]], Cell[CellGroupData[{ Cell[8505608, 177395, 929, 25, 70, "Section",ExpressionUUID->"8e3e90ff-47a8-4614-b35c-a5ea302deb72", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->577229082], Cell[8506540, 177422, 495, 8, 70, "Text",ExpressionUUID->"5c9195a9-c70d-4b2f-8c18-055297579eb2", CellTags->"TabNext", CellID->932041030] }, Open ]] }, Open ]] } ] *) (* End of internal cache information *)