_hexStringFullRegex_hexStringSmallRegexfromRgba fromHexString toHexString alphaBlend toGrayscale linearToGamma gammaToLinearrgbToHsvhsvToRgbrgbToHslhslToRgb _hueToRgb transparent aliceBlue antiqueWhiteaqua aquamarineazurebeigebisqueblackblanchedAlmondblue blueVioletbrown burlyWood cadetBlue chartreuse chocolatecoralcornflowerBluecornsilkcrimsoncyandarkBluedarkCyan darkGoldenroddarkGray darkGreen darkKhaki darkMagentadarkOliveGreen darkOrange darkOrchiddarkRed darkSalmon darkSeaGreen darkSlateBlue darkSlateGray darkTurquoise darkVioletdeepPink deepSkyBluedimGray dodgerBlue firebrick floralWhite forestGreenfuchsia gainsboro ghostWhitegold goldenrodgraygreen greenYellowhoneydewhotPink indianRedindigoivorykhakilavender lavenderBlush lawnGreen lemonChiffon lightBlue lightCoral lightCyanlightGoldenrodYellow lightGreen lightGray lightPink lightSalmon lightSeaGreen lightSkyBluelightSlateGraylightSteelBlue lightYellowlime limeGreenlinenmagentamaroonmediumAquamarine mediumBlue mediumOrchid mediumPurplemediumSeaGreenmediumSlateBluemediumSpringGreenmediumTurquoisemediumVioletRed midnightBlue mintCream mistyRosemoccasin navajoWhitenavyoldLaceolive oliveDraborange orangeRedorchid paleGoldenrod paleGreen paleTurquoise paleVioletRed papayaWhip peachPuffperupinkplum powderBluepurplered rosyBrown royalBlue saddleBrownsalmon sandyBrownseaGreenseaShellsiennasilverskyBlue slateBlue slateGraysnow springGreen steelBluetantealthistletomato turquoisevioletwheatwhite whiteSmokeyellow yellowGreenColors vector_math_64RegExp caseSensitivevoidintVector4 setValuesString matchAsPrefixparseradixFormatExceptionalphashortboolrfloorgba toRadixStringpadLeftgammadoublemathpowtoDoublemaxminxzy%D1z :e(hPb;Lɀʀ,|҂6d U܃2|ɅQц?vw,cчه߇"#Ad?@hxЊbҊ045֌'>iʌ(WXuގ Muێ PƏ̏Џѐ 3Mϐ*k(ij_`k} ZzݔHՕٕږ(yޖ AvŗɗʘNә4Gq=n}ǚ͚ΚNI|͜۝$2l{Ýҝ)7qȞמݞ,j7Xiz{ 6iϢ  MQRڣ4~ؤ=>wݤޥ Reu3ergק=`ɩ2}Jq٫ Caͬ9[î 4 Tq۰"Chѱ>bҳ>[~ɴ9_ζ<\ɷ4Wù 0{Qs,If˼9Zž2{Ki@ @F@@@A!AlAAABGBiBBC,COCCDD)DtDDE ESExEEF5F\FFGG3GzGGHHNHnHHIIFIIIJ JjJJKKKKsKKL1LYLLMM:MMMNN]N~NNO8OUOOPP%PnPPPQBQdQQRR<RRRSSeSSSTDTfTTUU5UUUV VVVuVVW!WCWWWXXgXXXY>Y_YYZZ3Z|ZZ[[Q[s[[\*\G\\\]!]k]]]^8^X^^_ _-_w___`J`h``a!a@aaaabba$/// Contains functions for converting between different color models and /// manipulating colors. In addition to that, some known colors can be accessed /// for fast prototyping.a bbbʁЂ3؂,.8E\bjjjim|c?kRff)g`Lo_a"j5dj civi;iNeo"ifVcie$g7mijf}j@jSmi0jd ]kpm;lNkl+ih^jqh6jIhl!}jfSjfk.cAiehb{k;iNhh%}dfMf`i@"n@5@h@@mAAnjAAkABIjB\BuBC.kCACjCD jDDvlDDmDEUmEhEoEF7oFJFlFGaG+G|hGGfGHPfHcHcHIqI2IgIIlJJlmJJnJKMpK`KpKL3oLFLoLMkM*MjMMjNN_iNrNlNO:aOMOhOP dPPpiPPePQDgQWQgQRnR+RjRRnS SgnSzSkSTFjTYTdTUeU-UeUUkUVXeVkV`VW#jW6WiWWjXXigX|XjXY@gYSYiYZeZ)Z~gZZhZ[Si[f[j[\,e\?\j\]i]]md]]c]^:h^M^e^_ i_ _yg__f_`Lf`_`k`a#ea6aka c/// Convert a color with [r], [g], [b] and [a] component between 0 and 255 to /// a color with values between 0.0 and 1.0 and store it in [result].lqsxzP#+/// Convert the color as a string in the format '#FF0F00', '#FFFF0F00', '#FF0' /// or '#FFF0' (with or without a leading '#', case insensitive) to the /// corresponding color value and store it in [result]. The first group is /// treated as the alpha channel if a [value] with four groups is passed.1 9?H7N/// Convert a [input] color to a hex string without a leading '#'. To include /// the alpha channel, set [alpha] to true, it is false by default. If [short] /// is true, the resulting hex string might also be a short version, like #ff0 /// (default false).Z cpv}ӂA]/// Blend the [foreground] color over [background] color and store the color /// in [result].S\gp{&L/// Convert a [input] color to a gray scaled color and store it in [result].  /// Convert [linearColor] from linear space into gamma color space and store /// the result in [gammaColor]. It is possible to specify a optional [gamma], /// the default value is 2.2.Օ܁얧/// Convert [gammaColor] from gamma space into linear color space and store /// the result in [linearColor]. It is possible to specify a optional [gamma], /// the default value is 2.2.̃2\/// Convert [rgbColor] from rgb color model to the hue, saturation, and value /// (HSV) color model and store it in [hsvColor].enwޛ/// Convert [hsvColor] from hue, saturation, and value (HSV) color model to /// the RGB color model and store it in [rgbColor].lx/// Convert [rgbColor] from rgb color model to the hue, saturation, and /// lightness (HSL) color model and store it in [hslColor].T¢考/// Convert [hslColor] from hue, saturation, and lightness (HSL) color model /// to the RGB color model and store it in [rgbColor]. q(2:<DFN;Lɀʀ,|҂6d U܃2|ɅQц?vw,cчه߇"#Ad?@hxЊbҊ045֌'>iʌ(WXuގ Muێ PƏ̏Џѐ 3Mϐ*k(ij_`k} ZzݔHՕٕږ(yޖ AvŗɗʘNә4Gq=n}ǚ͚ΚNI|͜۝$2l{Ýҝ)7qȞמݞ,j7Xiz{ 6iϢ  MQRڣ4~ؤ=>wݤޥ Reu3ergק=`ɩ2}Jq٫ Caͬ9[î 4 Tq۰"Chѱ>bҳ>[~ɴ9_ζ<\ɷ4Wù 0{Qs,If˼9Zž2{Ki@ @F@@@A!AlAAABGBiBBC,COCCDD)DtDDE ESExEEF5F\FFGG3GzGGHHNHnHHIIFIIIJ JjJJKKKKsKKL1LYLLMM:MMMNN]N~NNO8OUOOPP%PnPPPQBQdQQRR<RRRSSeSSSTDTfTTUU5UUUV VVVuVVW!WCWWWXXgXXXY>Y_YYZZ3Z|ZZ[[Q[s[[\*\G\\\]!]k]]]^8^X^^_ _-_w___`J`h``a!a@aaaabbvector_math_64ColorsO