_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 yellowGreenColorsRegExp caseSensitivevoidintVector4 setValuesString matchAsPrefixparseradixFormatExceptionalphashortboolrfloorgba toRadixStringpadLeftgammadoublemathpowtoDoublemaxminxzy@cq"33SyhTb;Lɀʀ6܂#@nƂǃ_<Ӆ[ۆIȆ6mˇۇ,-KnIJrڊ#l܊:>?1Hsԍ2abō'W*ZЏ֏ڏې*=Wِ 4u 2st%ijuēŔdɔ Rĕߕ2KϗӗԘ$Xݙ%>Q{™!Gxњך؛ X˛$Sœל.!GH!"\oɥ =o|&qGjө<T{ƪ*M k׬Ceͮ>^{į,M'r۱Hlܳ%HeӴCiض Ffӷ>a͹:[}Ⱥ6S%pռCdϾ< Us@*@P@@AA+AvAABBQBsBBC6CYCCDD3D~DDEE]EEEF?FfFFG G=GGGH HXHxHHI'IPIIJJ*JtJJK KUK}KKL;LcLLMMDMMMNNgNNNOBO_OOPP/PxPPQQLQnQQR RFRRRS$SoSSTTNTpTTU"U?UUUVV`VVVW+WMWWXX(XqXXXYHYiYYZZ=ZZZ[[[[}[[\4\Q\\] ]+]u]]]^B^b^^__7___` `T`r``a+aJaabbbbbb b bb b ԁڂ=6)8flÂtOBOjjssmcIIk\f f3g`VVoiȪa,,j?djmmi٬iEEiXeo,if ``csƯe..gAmittfݱjJJj]m''i:jdggkzմmEElXk""l5ihhhj{շh@@jShl+jf]]jpʺk88cKi errb׼kEEiXhh/dfWWfji@,@,n@?@@h@AAmAAxAxjAAAkABSBSjBfBBuBC8C8kCKCCjCDDjD&DDlDDDmEE_E_mErEEoEFAFAoFTFFlFG"G"aG5GGhGGGfHHZHZfHmHHcHI)I)qI<IIgIJJlJJvJvmJJJnJKWKWpKjKKpKL=L=oLPLLoLM!M!kM4MMjMMMjNNiNiiN|NNlNODODaOWOOhOPPdP&PzPziPPPePQNQNgQaQQgQR"R"nR5RRjRSSnSSqSqnSSSkSTPTPjTcTTdTU$U$eU7UUeUUUkVVbVbeVuVV`VW-W-jW@WWiWXXjXXsXsgXXXjXYJYJgY]YYiYZ Z eZ3ZZgZZZh[[][]i[p[[j[\6\6e\I\\j\] ] i]]w]wd]]]c]^D^Dh^W^^e^__i_*__g___f``V`Vf`i``k`a-a-ea@aaka vvz}}ɂɁ m/// 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].;; BIIQP-+/// 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.dd lzzAAX/// 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).]]eqqyݏ݂K]/// Blend the [foreground] color over [background] color and store the color /// in [result].  &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.oow֗փ2f/// Convert [rgbColor] from rgb color model to the hue, saturation, and value /// (HSV) color model and store it in [hsvColor]. /// Convert [hsvColor] from hue, saturation, and value (HSV) color model to /// the RGB color model and store it in [rgbColor].l/// Convert [rgbColor] from rgb color model to the hue, saturation, and /// lightness (HSL) color model and store it in [hslColor]. ^^/// Convert [hslColor] from hue, saturation, and lightness (HSL) color model /// to the RGB color model and store it in [rgbColor].<<CFFMPPW$$q2a$/// Contains functions for converting between different color models and /// manipulating colors. In addition to that, some known colors can be accessed /// for fast prototyping.;Lɀʀ6܂#@nƂǃ_<Ӆ[ۆIȆ6mˇۇ,-KnIJrڊ#l܊:>?1Hsԍ2abō'W*ZЏ֏ڏې*=Wِ 4u 2st%ijuēŔdɔ Rĕߕ2KϗӗԘ$Xݙ%>Q{™!Gxњך؛ X˛$Sœל.!GH!"\oɥ =o|&qGjө<T{ƪ*M k׬Ceͮ>^{į,M'r۱Hlܳ%HeӴCiض Ffӷ>a͹:[}Ⱥ6S%pռCdϾ< Us@*@P@@AA+AvAABBQBsBBC6CYCCDD3D~DDEE]EEEF?FfFFG G=GGGH HXHxHHI'IPIIJJ*JtJJK KUK}KKL;LcLLMMDMMMNNgNNNOBO_OOPP/PxPPQQLQnQQR RFRRRS$SoSSTTNTpTTU"U?UUUVV`VVVW+WMWWXX(XqXXXYHYiYYZZ=ZZZ[[[[}[[\4\Q\\] ]+]u]]]^B^b^^__7___` `T`r``a+aJaabbbb../../vector_math.dartColors*