@metagl/sdk-plotting 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +267 -86
- package/lacdt.plotting.d.ts +30265 -0
- package/lacdt.plotting.js +474 -0
- package/package.json +14 -12
- package/resources/image/Height.png +0 -0
- package/resources/image/JPlace/capital.png +0 -0
- package/resources/image/JPlace/chengzhen.png +0 -0
- package/resources/image/JPlace/shenghui.png +0 -0
- package/resources/image/Move.png +0 -0
- package/resources/image/Scale.png +0 -0
- package/resources/image/arrow-down.png +0 -0
- package/resources/image/arrow-left.png +0 -0
- package/resources/image/arrow-right.png +0 -0
- package/resources/image/arrow-up.png +0 -0
- package/resources/image/arrow.png +0 -0
- package/resources/image/cm_gray.png +0 -0
- package/resources/image/cm_viridis.png +0 -0
- package/resources/image/excavate_bottom_min.jpg +0 -0
- package/resources/image/excavate_side_min.jpg +0 -0
- package/resources/image/eye.png +0 -0
- package/resources/image/facility.gif +0 -0
- package/resources/image/fire.png +0 -0
- package/resources/image/fountain2.png +0 -0
- package/resources/image/globe.jpg +0 -0
- package/resources/image/gpoint.svg +1 -0
- package/resources/image/redflag.png +0 -0
- package/resources/image/smoke.png +0 -0
- package/resources/image/tuodong.png +0 -0
- package/resources/image//346/227/213/350/275/254.png +0 -0
- package/resources/images/circular_particle.png +0 -0
- package/resources/images/cloud.png +0 -0
- package/resources/images/dash.png +0 -0
- package/resources/images/daylight/Daylight_Box_Back.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Bottom.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Front.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Left.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Right.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Top.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mx.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_my.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mz.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_px.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_py.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_pz.jpg +0 -0
- package/resources/images/earthclouds1k.jpg +0 -0
- package/resources/images/earthclouds1k.png +0 -0
- package/resources/images/night_1-2k.jpg +0 -0
- package/resources/images/scan.png +0 -0
- package/resources/images/smoke.png +0 -0
- package/resources/images/specialLine/ArrowOpacity.png +0 -0
- package/resources/images/specialLine/ArrowTransparent.png +0 -0
- package/resources/images/specialLine/DataTransLine.png +0 -0
- package/resources/images/specialLine/DotTransparent.png +0 -0
- package/resources/images/specialLine/LinkPulse.png +0 -0
- package/resources/images/specialLine/LinkTrail.png +0 -0
- package/resources/images/specialLine/Trail.png +0 -0
- package/resources/images/specialLine/Trail1.png +0 -0
- package/resources/images/specialLine/alpha.png +0 -0
- package/resources/images/starmap/starmap_2020_16k_mx.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_my.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_mz.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_px.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_py.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_pz.webp +0 -0
- package/resources/images/wx.png +0 -0
- package/resources/images/wx2.jpg +0 -0
- package/resources/readme.txt +1 -0
- package/resources/textures/grey.png +0 -0
- package/resources/textures/mesh.png +0 -0
- package/resources/textures/waterNormalsSmall.jpg +0 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.js +3519 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.min.js +8 -0
- package/resources/thirdParty/wangEditor/colorpicker.js +481 -0
- package/resources/thirdParty/wangEditor/wangEditor.js +50897 -0
- package/resources/thirdParty/wangEditor/wangeditor.css +945 -0
- package/resources/water/sea 50_1.json.json +578 -0
- package/resources/workers/satellite.worker.js +3175 -0
- package/types/Common/ArrayHelper.d.ts +8 -0
- package/types/Common/Guid.d.ts +4 -0
- package/types/Common/KeyValue.d.ts +5 -0
- package/types/Core/Common/Cesium/Core/xz_Color.d.ts +1545 -0
- package/types/Core/Common/Cesium/Core/xz_measureSize.d.ts +4 -0
- package/types/Core/Common/Cesium/Core/xz_writeTextToCanvas.d.ts +27 -0
- package/types/Core/Common/Cesium/ThirdParty/xz_measureText.d.ts +30 -0
- package/types/Core/Event.d.ts +72 -0
- package/types/Core/GvolLayer.d.ts +39 -0
- package/types/Core/GvolPoint.d.ts +206 -0
- package/types/Core/Music.d.ts +18 -0
- package/types/Core/Register.d.ts +36 -0
- package/types/Core/index.d.ts +46 -0
- package/types/Core/property-item-meta.d.ts +36 -0
- package/types/FixCesium/index.d.ts +0 -0
- package/types/Global/array.d.ts +21 -0
- package/types/Global/global.d.ts +9 -0
- package/types/Global/link.d.ts +32 -0
- package/types/Global/linq.d.ts +15 -0
- package/types/Global/math.d.ts +7 -0
- package/types/Global/number.d.ts +15 -0
- package/types/Global/object.d.ts +7 -0
- package/types/Global/regex.d.ts +6 -0
- package/types/Global/static.d.ts +6 -0
- package/types/Global/string.d.ts +14 -0
- package/types/LayerManager/DynamicLayer/DynamicLayer.d.ts +294 -0
- package/types/LayerManager/GpLayer/GpLayer.d.ts +56 -0
- package/types/LayerManager/GraphicLayer/GraphicLayer.d.ts +209 -0
- package/types/LayerManager/ImageLayer/BaiduImageryProvider.d.ts +33 -0
- package/types/LayerManager/LayerManager.d.ts +59 -0
- package/types/LayerManager/LayerTools.d.ts +3 -0
- package/types/LayerManager/MapBox/CesiumInstance.d.ts +78 -0
- package/types/LayerManager/MapBox/CesiumLayer.d.ts +54 -0
- package/types/LayerManager/MapBox/CesiumLayerOptions.d.ts +34 -0
- package/types/LayerManager/MapBox/MVTImageryProvider/mapboxVectorRender.d.ts +44 -0
- package/types/LayerManager/MapBox/MapboxPlaceName.d.ts +30 -0
- package/types/LayerManager/MapBox/index.d.ts +25 -0
- package/types/LayerManager/MapBox/shaders/colorscales.d.ts +123 -0
- package/types/LayerManager/MapBox/shaders/raster_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/utils.d.ts +13 -0
- package/types/LayerManager/PlotLayer/PlotLayer.d.ts +77 -0
- package/types/LayerManager/SateLayer/Satellite.d.ts +98 -0
- package/types/LayerManager/SateLayer/SatelliteLayer.d.ts +46 -0
- package/types/LayerManager/SateLayer/SpaceDebris.d.ts +23 -0
- package/types/LayerManager/SateLayer/SpaceDebrisLayer.d.ts +40 -0
- package/types/LayerManager/TileLayer/TileLayer.d.ts +27 -0
- package/types/LayerManager/TileLayer/WMTSVectorProvider.d.ts +14 -0
- package/types/LayerManager/index.d.ts +21 -0
- package/types/Models/AnimationConfig.d.ts +29 -0
- package/types/Models/AnimationItem.d.ts +14 -0
- package/types/Models/FileNode.d.ts +24 -0
- package/types/Models/GeojsonPlotModel.d.ts +19 -0
- package/types/Models/GeojsonStyleBase.d.ts +104 -0
- package/types/Models/PlotItem.d.ts +17 -0
- package/types/Models/all.d.ts +268 -0
- package/types/PlottingTool/AnchorHelper.d.ts +50 -0
- package/types/PlottingTool/Animation/AnimationBase.d.ts +61 -0
- package/types/PlottingTool/Animation/AnimationGroup.d.ts +46 -0
- package/types/PlottingTool/Animation/AnimationManager.d.ts +72 -0
- package/types/PlottingTool/Animation/AnimationStartState.d.ts +5 -0
- package/types/PlottingTool/Animation/AnimationState.d.ts +5 -0
- package/types/PlottingTool/Animation/CalcTool.d.ts +6 -0
- package/types/PlottingTool/Animation/CssItems/AudioAnimation.d.ts +14 -0
- package/types/PlottingTool/Animation/CssItems/CssAnimationBase.d.ts +15 -0
- package/types/PlottingTool/Animation/CssItems/CssHideAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssMaskAnimation.d.ts +18 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveHorizonAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveVerticalAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssNumberAnimation.d.ts +4 -0
- package/types/PlottingTool/Animation/CssItems/CssPropChangeAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/CssItems/CssShowAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssShowDisplayAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/CssItems/CssValueAnimation.d.ts +27 -0
- package/types/PlottingTool/Animation/CssItems/SpeakManager.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SpeakTool.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SubtitleAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/VideoAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/XunFeiTool.d.ts +28 -0
- package/types/PlottingTool/Animation/Decorator.d.ts +11 -0
- package/types/PlottingTool/Animation/DefaultConfig.d.ts +5 -0
- package/types/PlottingTool/Animation/FillBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonRepeatAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonVisibleAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/IAnimation.d.ts +59 -0
- package/types/PlottingTool/Animation/Items/ArrowDirectAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/AutoRotationAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/Items/CameraFlyAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/CameraRoamAnimation.d.ts +29 -0
- package/types/PlottingTool/Animation/Items/CameraSetAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/Items/ColorAnimation.d.ts +6 -0
- package/types/PlottingTool/Animation/Items/DoubleArrowDirectAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/FollowAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/ForwardAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/HideAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/JBDirectAnimation.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ModelAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/NumberAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/PathAnimation.d.ts +44 -0
- package/types/PlottingTool/Animation/Items/PathMode.d.ts +18 -0
- package/types/PlottingTool/Animation/Items/PathShowAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/Items/PolygonMaskAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/PopulationTimeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/RepeatAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowTifAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/SpiralAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/StateChangeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/SurroundAnimation.d.ts +43 -0
- package/types/PlottingTool/Animation/Items/TargetFllowAniamtion.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ZoomToFlyAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/MaskBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/PageItems/PageShowAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/SingleAnimation.d.ts +32 -0
- package/types/PlottingTool/Arrow/EditorArrowBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorArrowLineBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorAssaultDirection.d.ts +4 -0
- package/types/PlottingTool/Arrow/EditorAttackArrow.d.ts +51 -0
- package/types/PlottingTool/Arrow/EditorDoubleArrow.d.ts +82 -0
- package/types/PlottingTool/Arrow/EditorFineArrow.d.ts +11 -0
- package/types/PlottingTool/Arrow/EditorGatheringPlace.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorSquadCombat.d.ts +9 -0
- package/types/PlottingTool/Arrow/EditorStraightLineArrow.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorTailedAttackArrow.d.ts +8 -0
- package/types/PlottingTool/Arrow/EditorTailedSquadCombat.d.ts +10 -0
- package/types/PlottingTool/Axis3Operator.d.ts +39 -0
- package/types/PlottingTool/Common/ICell.d.ts +9 -0
- package/types/PlottingTool/Common/IVectorTile.d.ts +16 -0
- package/types/PlottingTool/Common/PolygonHelper.d.ts +4 -0
- package/types/PlottingTool/Common/RenderGridTextV2.5.d.ts +36 -0
- package/types/PlottingTool/Common/geocode.d.ts +21 -0
- package/types/PlottingTool/Common.d.ts +26 -0
- package/types/PlottingTool/Cube/EditorCubeBase.d.ts +38 -0
- package/types/PlottingTool/Cube/EditorCubeBox.d.ts +20 -0
- package/types/PlottingTool/Cube/EditorCylinder.d.ts +25 -0
- package/types/PlottingTool/Cube/EditorEllipsoid.d.ts +20 -0
- package/types/PlottingTool/CurrentList.d.ts +14 -0
- package/types/PlottingTool/DataRgister.d.ts +6 -0
- package/types/PlottingTool/DataRgisterAudio.d.ts +5 -0
- package/types/PlottingTool/DataRgisterTif.d.ts +5 -0
- package/types/PlottingTool/DefaultPlottingAttribute.d.ts +1 -0
- package/types/PlottingTool/EditHelpLine.d.ts +8 -0
- package/types/PlottingTool/EditMode.d.ts +218 -0
- package/types/PlottingTool/GVEntityCollection.d.ts +11 -0
- package/types/PlottingTool/Graph.d.ts +340 -0
- package/types/PlottingTool/GraphFactory.d.ts +7 -0
- package/types/PlottingTool/GraphManager.d.ts +145 -0
- package/types/PlottingTool/GraphPropStorage.d.ts +10 -0
- package/types/PlottingTool/GraphProperty.d.ts +58 -0
- package/types/PlottingTool/GraphicRender/CesiumConeCommunicate.d.ts +40 -0
- package/types/PlottingTool/GraphicRender/CesiumRender.d.ts +31 -0
- package/types/PlottingTool/GraphicRender/Cloud/GxCloudItem.d.ts +82 -0
- package/types/PlottingTool/GraphicRender/DynamicProperty.d.ts +14 -0
- package/types/PlottingTool/GraphicRender/RenderPlotting.d.ts +20 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitivePolyline.d.ts +29 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitiveTriangles.d.ts +30 -0
- package/types/PlottingTool/GraphicRender/radar/GxRadarItem.d.ts +93 -0
- package/types/PlottingTool/GxClusterDataSource.d.ts +107 -0
- package/types/PlottingTool/HeightReferenceGraph.d.ts +7 -0
- package/types/PlottingTool/HeightReferencePrimtive.d.ts +8 -0
- package/types/PlottingTool/HtmlBox/BoxFactory.d.ts +4 -0
- package/types/PlottingTool/HtmlBox/CssProp.d.ts +61 -0
- package/types/PlottingTool/HtmlBox/HtmlBox.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/HtmlBoxMulti.d.ts +38 -0
- package/types/PlottingTool/HtmlBox/WangEditor/fwbconfig.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/WangEditor/parse-style-html.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/render-style.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/stroke-color-config.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/style-to-html.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-color.d.ts +13 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-width.d.ts +20 -0
- package/types/PlottingTool/HtmlBox/WangEditor/tools.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/html-box-base.d.ts +34 -0
- package/types/PlottingTool/HtmlBox/html-css-prop.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/new-rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/pic-collection.d.ts +17 -0
- package/types/PlottingTool/HtmlBox/rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/subtitle-box.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/videoBox.d.ts +8 -0
- package/types/PlottingTool/Image/EditorHtml.d.ts +36 -0
- package/types/PlottingTool/Image/EditorImage.d.ts +10 -0
- package/types/PlottingTool/Image/EditorJBPointObject.d.ts +23 -0
- package/types/PlottingTool/Image/EditorRedFlag.d.ts +7 -0
- package/types/PlottingTool/Interface/LayerConfig.d.ts +22 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyBase.d.ts +17 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolygon.d.ts +11 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyline.d.ts +14 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolygon.d.ts +41 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolyline.d.ts +28 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryWall.d.ts +18 -0
- package/types/PlottingTool/NoControlPrimitive/NoControlPrimitive.d.ts +26 -0
- package/types/PlottingTool/NoControlPrimitive/PercentPolyine.d.ts +17 -0
- package/types/PlottingTool/PlottingBaseNode.d.ts +40 -0
- package/types/PlottingTool/PlottingBehavior.d.ts +91 -0
- package/types/PlottingTool/PlottingCommon.d.ts +20 -0
- package/types/PlottingTool/Point/ConeCommunicateWave.d.ts +46 -0
- package/types/PlottingTool/Point/EditorBasePrimitive.d.ts +12 -0
- package/types/PlottingTool/Point/EditorCloud.d.ts +43 -0
- package/types/PlottingTool/Point/EditorCommunicateWave.d.ts +44 -0
- package/types/PlottingTool/Point/EditorJBPointScreen.d.ts +51 -0
- package/types/PlottingTool/Point/EditorModel.d.ts +59 -0
- package/types/PlottingTool/Point/EditorParticle.d.ts +37 -0
- package/types/PlottingTool/Point/EditorPin.d.ts +55 -0
- package/types/PlottingTool/Point/EditorPinCanvas.d.ts +94 -0
- package/types/PlottingTool/Point/EditorPinImage.d.ts +110 -0
- package/types/PlottingTool/Point/EditorPinMakiIcon.d.ts +13 -0
- package/types/PlottingTool/Point/EditorPinText.d.ts +14 -0
- package/types/PlottingTool/Point/EditorPlaneText.d.ts +79 -0
- package/types/PlottingTool/Point/EditorPoint.d.ts +28 -0
- package/types/PlottingTool/Point/EditorRadar.d.ts +80 -0
- package/types/PlottingTool/Point/EditorText.d.ts +93 -0
- package/types/PlottingTool/Point/EditorText_old.d.ts +58 -0
- package/types/PlottingTool/Point/PointJbStrokeSvgHelper.d.ts +28 -0
- package/types/PlottingTool/Point/PointJbSvgHelper.d.ts +31 -0
- package/types/PlottingTool/Point/UECamera.d.ts +49 -0
- package/types/PlottingTool/Polygon/EditorArrow1.d.ts +10 -0
- package/types/PlottingTool/Polygon/EditorCircle.d.ts +13 -0
- package/types/PlottingTool/Polygon/EditorEllipse.d.ts +12 -0
- package/types/PlottingTool/Polygon/EditorFrustum.d.ts +36 -0
- package/types/PlottingTool/Polygon/EditorPolygon.d.ts +102 -0
- package/types/PlottingTool/Polygon/EditorRectangle.d.ts +40 -0
- package/types/PlottingTool/Polygon/EditorRectangleExpand.d.ts +16 -0
- package/types/PlottingTool/Polygon/EditorSector.d.ts +16 -0
- package/types/PlottingTool/Polyline/EditorBezier1.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezier2.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierN.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierSpline.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorCircleArc.d.ts +10 -0
- package/types/PlottingTool/Polyline/EditorCurve.d.ts +7 -0
- package/types/PlottingTool/Polyline/EditorJBLine.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPointArc.d.ts +21 -0
- package/types/PlottingTool/Polyline/EditorPointLine.d.ts +12 -0
- package/types/PlottingTool/Polyline/EditorPointSpline.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPolyline.d.ts +109 -0
- package/types/PlottingTool/Polyline/EditorRoutePolyline.d.ts +16 -0
- package/types/PlottingTool/Polyline/plotsList.d.ts +6 -0
- package/types/PlottingTool/RegexHelper.d.ts +10 -0
- package/types/PlottingTool/Text/EditorAreaText.d.ts +44 -0
- package/types/PlottingTool/Text/EditorRouteText.d.ts +64 -0
- package/types/PlottingTool/Text/MedianLine.d.ts +22 -0
- package/types/PlottingTool/VideoElement/EditorVideo.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/DrawAreaTextToolEx.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/DrawBillboardToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawCtrlPointToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawHtmlToolEx.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/DrawLineToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawMedianPointToolEx.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/DrawModelToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPointToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPolygonToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawRouteTextToolEx.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/DrawTextToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawToolManager.d.ts +60 -0
- package/types/PlottingTool/drawToolExt/HitPointToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/HitRectToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/base/List.d.ts +22 -0
- package/types/PlottingTool/drawToolExt/calcuteShape.d.ts +3 -0
- package/types/PlottingTool/drawToolExt/entity/MaxRecTest.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/entity/XZAreaTextEntity.d.ts +36 -0
- package/types/PlottingTool/drawToolExt/entity/XZBaseEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZBillboardEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZCtrlPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZHtmlEntity.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/entity/XZLineEntity.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/entity/XZMedianPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZModelEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZPolygonEntity.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/entity/XZRouteTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/interface/IBase.d.ts +23 -0
- package/types/PlottingTool/drawToolExt/interface/ICesium.d.ts +99 -0
- package/types/PlottingTool/drawToolExt/interface/IData.d.ts +56 -0
- package/types/PlottingTool/drawToolExt/interface/IEntity.d.ts +80 -0
- package/types/PlottingTool/drawToolExt/interface/IStyle.d.ts +127 -0
- package/types/PlottingTool/drawToolExt/interface/ITool.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/interface/geojson.d.ts +192 -0
- package/types/PlottingTool/drawToolExt/styles/XZAreaTextStyle.d.ts +14 -0
- package/types/PlottingTool/drawToolExt/styles/XZBaseStyle.d.ts +6 -0
- package/types/PlottingTool/drawToolExt/styles/XZBillboardStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZHtmlStyle.d.ts +71 -0
- package/types/PlottingTool/drawToolExt/styles/XZLineStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZModelStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZPointStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZPolygonStyle.d.ts +8 -0
- package/types/PlottingTool/drawToolExt/styles/XZRouteTextStyle.d.ts +11 -0
- package/types/PlottingTool/drawToolExt/styles/XZTextStyle.d.ts +14 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyBase.d.ts +33 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolygon.d.ts +28 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyline.d.ts +21 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolygon.d.ts +13 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolyline.d.ts +13 -0
- package/types/PlottingTool/geojson/GeojsonPercentPolyine.d.ts +18 -0
- package/types/PlottingTool/geojson/parsePolygon.d.ts +25 -0
- package/types/PlottingTool/shareGraph.d.ts +16 -0
- package/types/Scene/Analyzation/Measure.d.ts +120 -0
- package/types/Scene/EventSource/ContextSizeChanged.d.ts +13 -0
- package/types/Scene/GraticuleLayer/Graticule.d.ts +15 -0
- package/types/Scene/Sea/RenderSeaPolygon.d.ts +9 -0
- package/types/SceneObjects/CustomPrimitive/SharedTexturePool.d.ts +13 -0
- package/types/SceneObjects/CustomPrimitive/extrudePolyline.d.ts +1 -0
- package/types/SceneObjects/RenderObject/BindedCylinder.d.ts +40 -0
- package/types/SceneObjects/RenderObject/Bubble.d.ts +125 -0
- package/types/SceneObjects/RenderObject/CesiumBillboard.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumCylinder.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumEllipse.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumEllipsoid.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabel.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabelBillboard.d.ts +39 -0
- package/types/SceneObjects/RenderObject/CesiumLabelRect.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumModel.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumOblique.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumPoint.d.ts +22 -0
- package/types/SceneObjects/RenderObject/CesiumPolygon.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPolyline.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPopover.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumRectangle.d.ts +34 -0
- package/types/SceneObjects/RenderObject/CesiumSphere.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumVolumePolyline.d.ts +32 -0
- package/types/SceneObjects/RenderObject/CesiumWall.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CircularRender.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CustomLabelRender.d.ts +23 -0
- package/types/SceneObjects/RenderObject/CylinderSensor.d.ts +47 -0
- package/types/SceneObjects/RenderObject/DashBoardEffect.d.ts +39 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemFlame.d.ts +42 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemPath.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemState.d.ts +7 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemStyle.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicTimePositions.d.ts +102 -0
- package/types/SceneObjects/RenderObject/DynamicItem/HistoryTrack.d.ts +159 -0
- package/types/SceneObjects/RenderObject/DynamicItem/WarningTarget.d.ts +36 -0
- package/types/SceneObjects/RenderObject/DynamicRippleEffect.d.ts +23 -0
- package/types/SceneObjects/RenderObject/Flag.d.ts +43 -0
- package/types/SceneObjects/RenderObject/GradientSector.d.ts +46 -0
- package/types/SceneObjects/RenderObject/Graphics/GraphicGroup.d.ts +113 -0
- package/types/SceneObjects/RenderObject/RenderObject.d.ts +37 -0
- package/types/SceneObjects/RenderObject/RenderUtils.d.ts +35 -0
- package/types/SceneObjects/RenderObject/ScanEffect.d.ts +40 -0
- package/types/SceneObjects/RenderObject/SectorSensor.d.ts +42 -0
- package/types/SceneObjects/RenderObject/SensorRender.d.ts +15 -0
- package/types/SceneObjects/RenderObject/SpreadEffect.d.ts +47 -0
- package/types/SceneObjects/RenderObject/WaterEffect.d.ts +31 -0
- package/types/SceneObjects/RenderObject/WeatherParticle.d.ts +30 -0
- package/types/SceneObjects/ViewshedAnalysis.d.ts +98 -0
- package/types/SceneObjects/_shared/Destroyable.d.ts +9 -0
- package/types/SceneObjects/_shared/ResourceHandler.d.ts +14 -0
- package/types/SceneObjects/_shared/destroyObject.d.ts +18 -0
- package/types/Service/SceneOptions/Graticule.d.ts +15 -0
- package/types/Service/action.service.d.ts +92 -0
- package/types/Service/advance-html.service.d.ts +12 -0
- package/types/Service/animation.service.d.ts +84 -0
- package/types/Service/cesium.service.d.ts +85 -0
- package/types/Service/cluster.service.d.ts +7 -0
- package/types/Service/config.service.d.ts +24 -0
- package/types/Service/drawServices/VectorRender/renderModels.d.ts +13 -0
- package/types/Service/drawbigfile.service.d.ts +24 -0
- package/types/Service/fwbconfig.d.ts +3 -0
- package/types/Service/geojson-plot.service.d.ts +21 -0
- package/types/Service/html-draw.service.d.ts +134 -0
- package/types/Service/http.service.d.ts +15 -0
- package/types/Service/layers.service.d.ts +34 -0
- package/types/Service/logicService/point.service.d.ts +60 -0
- package/types/Service/message.service.d.ts +4 -0
- package/types/Service/music.service.d.ts +23 -0
- package/types/Service/parse-style-html.d.ts +7 -0
- package/types/Service/plot.service.d.ts +115 -0
- package/types/Service/property.service.d.ts +52 -0
- package/types/Service/render-style.d.ts +7 -0
- package/types/Service/richTextEdit.service.d.ts +35 -0
- package/types/Service/sceneServices/BigFileManager.d.ts +12 -0
- package/types/Service/sceneServices/CesiumManager.d.ts +18 -0
- package/types/Service/sceneServices/EagleManager.d.ts +35 -0
- package/types/Service/sceneServices/HtmlDrawManager.d.ts +12 -0
- package/types/Service/sceneServices/ImageEffectManager.d.ts +19 -0
- package/types/Service/sceneServices/LayerManage.d.ts +61 -0
- package/types/Service/sceneServices/MusicManager.d.ts +10 -0
- package/types/Service/sceneServices/PageAnimationManager.d.ts +39 -0
- package/types/Service/sceneServices/SubtitleManager.d.ts +6 -0
- package/types/Service/sceneServices/TerrainManager.d.ts +11 -0
- package/types/Service/sceneServices/sceneManager.d.ts +71 -0
- package/types/Service/sceneServices/snap.d.ts +33 -0
- package/types/Service/service.manager.d.ts +174 -0
- package/types/Service/stroke-color-config.d.ts +1 -0
- package/types/Service/style-to-html.d.ts +1 -0
- package/types/Service/terrain.service.d.ts +11 -0
- package/types/Service/text-stroke-color.d.ts +13 -0
- package/types/Service/text-stroke-width.d.ts +20 -0
- package/types/Service/tools.d.ts +7 -0
- package/types/Utils/Calculate.d.ts +212 -0
- package/types/Utils/Check.d.ts +98 -0
- package/types/Utils/DateHelper.d.ts +30 -0
- package/types/Utils/GxMath.d.ts +102 -0
- package/types/Utils/GxVector3.d.ts +7 -0
- package/types/Utils/HtmlUtil.d.ts +12 -0
- package/types/Utils/MilsymbolHelper.d.ts +20 -0
- package/types/Utils/TokenHelper.d.ts +36 -0
- package/types/Utils/Util.d.ts +204 -0
- package/types/Utils/d3Clock.d.ts +11 -0
- package/types/Utils/index.d.ts +17 -0
- package/types/Utils/pinyin.static.d.ts +375 -0
- package/types/Utils/pinyin.tool.d.ts +5 -0
- package/types/Utils/pinyin_all.d.ts +20 -0
- package/types/Utils/ready.d.ts +3 -0
- package/types/Utils/tools.d.ts +31 -0
- package/types/index.d.ts +98 -0
- package/types/index.html +35 -0
|
@@ -0,0 +1,1545 @@
|
|
|
1
|
+
export declare class Color {
|
|
2
|
+
red: any;
|
|
3
|
+
green: any;
|
|
4
|
+
blue: any;
|
|
5
|
+
alpha: any;
|
|
6
|
+
/**
|
|
7
|
+
* A color, specified using red, green, blue, and alpha values,
|
|
8
|
+
* which range from <code>0</code> (no intensity) to <code>1.0</code> (full intensity).
|
|
9
|
+
* @param {Number} [red=1.0] The red component.
|
|
10
|
+
* @param {Number} [green=1.0] The green component.
|
|
11
|
+
* @param {Number} [blue=1.0] The blue component.
|
|
12
|
+
* @param {Number} [alpha=1.0] The alpha component.
|
|
13
|
+
*
|
|
14
|
+
* @constructor
|
|
15
|
+
* @alias Color
|
|
16
|
+
*
|
|
17
|
+
* @see Packable
|
|
18
|
+
*/
|
|
19
|
+
constructor(red?: any, green?: any, blue?: any, alpha?: any);
|
|
20
|
+
/**
|
|
21
|
+
* Creates a Color instance from a {@link Cartesian4}. <code>x</code>, <code>y</code>, <code>z</code>,
|
|
22
|
+
* and <code>w</code> map to <code>red</code>, <code>green</code>, <code>blue</code>, and <code>alpha</code>, respectively.
|
|
23
|
+
*
|
|
24
|
+
* @param {Cartesian4} cartesian The source cartesian.
|
|
25
|
+
* @param {Color} [result] The object onto which to store the result.
|
|
26
|
+
* @returns {Color} The modified result parameter or a new Color instance if one was not provided.
|
|
27
|
+
*/
|
|
28
|
+
static fromCartesian4(cartesian: any, result: any): any;
|
|
29
|
+
/**
|
|
30
|
+
* Creates a new Color specified using red, green, blue, and alpha values
|
|
31
|
+
* that are in the range of 0 to 255, converting them internally to a range of 0.0 to 1.0.
|
|
32
|
+
*
|
|
33
|
+
* @param {Number} [red=255] The red component.
|
|
34
|
+
* @param {Number} [green=255] The green component.
|
|
35
|
+
* @param {Number} [blue=255] The blue component.
|
|
36
|
+
* @param {Number} [alpha=255] The alpha component.
|
|
37
|
+
* @param {Color} [result] The object onto which to store the result.
|
|
38
|
+
* @returns {Color} The modified result parameter or a new Color instance if one was not provided.
|
|
39
|
+
*/
|
|
40
|
+
static fromBytes(red: any, green: any, blue: any, alpha: any, result: any): any;
|
|
41
|
+
/**
|
|
42
|
+
* Creates a new Color that has the same red, green, and blue components
|
|
43
|
+
* of the specified color, but with the specified alpha value.
|
|
44
|
+
*
|
|
45
|
+
* @param {Color} color The base color
|
|
46
|
+
* @param {Number} alpha The new alpha component.
|
|
47
|
+
* @param {Color} [result] The object onto which to store the result.
|
|
48
|
+
* @returns {Color} The modified result parameter or a new Color instance if one was not provided.
|
|
49
|
+
*
|
|
50
|
+
* @example var translucentRed = Cesium.Color.fromAlpha(Cesium.Color.RED, 0.9);
|
|
51
|
+
*/
|
|
52
|
+
static fromAlpha(color: Color, alpha: number, result?: any): any;
|
|
53
|
+
/**
|
|
54
|
+
* Creates a new Color from a single numeric unsigned 32-bit RGBA value, using the endianness
|
|
55
|
+
* of the system.
|
|
56
|
+
*
|
|
57
|
+
* @param {Number} rgba A single numeric unsigned 32-bit RGBA value.
|
|
58
|
+
* @param {Color} [result] The object to store the result in, if undefined a new instance will be created.
|
|
59
|
+
* @returns {Color} The color object.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* var color = Cesium.Color.fromRgba(0x67ADDFFF);
|
|
63
|
+
*
|
|
64
|
+
* @see Color#toRgba
|
|
65
|
+
*/
|
|
66
|
+
static fromRgba(rgba: any, result: any): any;
|
|
67
|
+
/**
|
|
68
|
+
* Creates a Color instance from hue, saturation, and lightness.
|
|
69
|
+
*
|
|
70
|
+
* @param {Number} [hue=0] The hue angle 0...1
|
|
71
|
+
* @param {Number} [saturation=0] The saturation value 0...1
|
|
72
|
+
* @param {Number} [lightness=0] The lightness value 0...1
|
|
73
|
+
* @param {Number} [alpha=1.0] The alpha component 0...1
|
|
74
|
+
* @param {Color} [result] The object to store the result in, if undefined a new instance will be created.
|
|
75
|
+
* @returns {Color} The color object.
|
|
76
|
+
*
|
|
77
|
+
* @see {@link http://www.w3.org/TR/css3-color/#hsl-color|CSS color values}
|
|
78
|
+
*/
|
|
79
|
+
static fromHsl(hue: any, saturation: any, lightness: any, alpha: any, result: any): any;
|
|
80
|
+
/**
|
|
81
|
+
* Creates a random color using the provided options. For reproducible random colors, you should
|
|
82
|
+
* call {@link CesiumMath#setRandomNumberSeed} once at the beginning of your application.
|
|
83
|
+
*
|
|
84
|
+
* @param {Object} [options] Object with the following properties:
|
|
85
|
+
* @param {Number} [options.red] If specified, the red component to use instead of a randomized value.
|
|
86
|
+
* @param {Number} [options.minimumRed=0.0] The maximum red value to generate if none was specified.
|
|
87
|
+
* @param {Number} [options.maximumRed=1.0] The minimum red value to generate if none was specified.
|
|
88
|
+
* @param {Number} [options.green] If specified, the green component to use instead of a randomized value.
|
|
89
|
+
* @param {Number} [options.minimumGreen=0.0] The maximum green value to generate if none was specified.
|
|
90
|
+
* @param {Number} [options.maximumGreen=1.0] The minimum green value to generate if none was specified.
|
|
91
|
+
* @param {Number} [options.blue] If specified, the blue component to use instead of a randomized value.
|
|
92
|
+
* @param {Number} [options.minimumBlue=0.0] The maximum blue value to generate if none was specified.
|
|
93
|
+
* @param {Number} [options.maximumBlue=1.0] The minimum blue value to generate if none was specified.
|
|
94
|
+
* @param {Number} [options.alpha] If specified, the alpha component to use instead of a randomized value.
|
|
95
|
+
* @param {Number} [options.minimumAlpha=0.0] The maximum alpha value to generate if none was specified.
|
|
96
|
+
* @param {Number} [options.maximumAlpha=1.0] The minimum alpha value to generate if none was specified.
|
|
97
|
+
* @param {Color} [result] The object to store the result in, if undefined a new instance will be created.
|
|
98
|
+
* @returns {Color} The modified result parameter or a new instance if result was undefined.
|
|
99
|
+
*
|
|
100
|
+
* @exception {DeveloperError} minimumRed must be less than or equal to maximumRed.
|
|
101
|
+
* @exception {DeveloperError} minimumGreen must be less than or equal to maximumGreen.
|
|
102
|
+
* @exception {DeveloperError} minimumBlue must be less than or equal to maximumBlue.
|
|
103
|
+
* @exception {DeveloperError} minimumAlpha must be less than or equal to maximumAlpha.
|
|
104
|
+
*
|
|
105
|
+
* @example
|
|
106
|
+
* //Create a completely random color
|
|
107
|
+
* var color = Cesium.Color.fromRandom();
|
|
108
|
+
*
|
|
109
|
+
* //Create a random shade of yellow.
|
|
110
|
+
* var color = Cesium.Color.fromRandom({
|
|
111
|
+
* red : 1.0,
|
|
112
|
+
* green : 1.0,
|
|
113
|
+
* alpha : 1.0
|
|
114
|
+
* });
|
|
115
|
+
*
|
|
116
|
+
* //Create a random bright color.
|
|
117
|
+
* var color = Cesium.Color.fromRandom({
|
|
118
|
+
* minimumRed : 0.75,
|
|
119
|
+
* minimumGreen : 0.75,
|
|
120
|
+
* minimumBlue : 0.75,
|
|
121
|
+
* alpha : 1.0
|
|
122
|
+
* });
|
|
123
|
+
*/
|
|
124
|
+
static fromRandom(options: any, result: any): any;
|
|
125
|
+
/**
|
|
126
|
+
* Creates a Color instance from a CSS color value.
|
|
127
|
+
*
|
|
128
|
+
* @param {String} color The CSS color value in #rgb, #rgba, #rrggbb, #rrggbbaa, rgb(), rgba(), hsl(), or hsla() format.
|
|
129
|
+
* @param {Color} [result] The object to store the result in, if undefined a new instance will be created.
|
|
130
|
+
* @returns {Color} The color object, or undefined if the string was not a valid CSS color.
|
|
131
|
+
*
|
|
132
|
+
*
|
|
133
|
+
* @example
|
|
134
|
+
* var cesiumBlue = Cesium.Color.fromCssColorString('#67ADDF');
|
|
135
|
+
* var green = Cesium.Color.fromCssColorString('green');
|
|
136
|
+
*
|
|
137
|
+
* @see {@link http://www.w3.org/TR/css3-color|CSS color values}
|
|
138
|
+
*/
|
|
139
|
+
static fromCssColorString(color: any, result?: any): any;
|
|
140
|
+
/**
|
|
141
|
+
* The number of elements used to pack the object into an array.
|
|
142
|
+
* @type {Number}
|
|
143
|
+
*/
|
|
144
|
+
static packedLength: number;
|
|
145
|
+
/**
|
|
146
|
+
* Stores the provided instance into the provided array.
|
|
147
|
+
*
|
|
148
|
+
* @param {Color} value The value to pack.
|
|
149
|
+
* @param {Number[]} array The array to pack into.
|
|
150
|
+
* @param {Number} [startingIndex=0] The index into the array at which to start packing the elements.
|
|
151
|
+
*
|
|
152
|
+
* @returns {Number[]} The array that was packed into
|
|
153
|
+
*/
|
|
154
|
+
static pack: (value: any, array: any, startingIndex: any) => any;
|
|
155
|
+
/**
|
|
156
|
+
* Retrieves an instance from a packed array.
|
|
157
|
+
*
|
|
158
|
+
* @param {Number[]} array The packed array.
|
|
159
|
+
* @param {Number} [startingIndex=0] The starting index of the element to be unpacked.
|
|
160
|
+
* @param {Color} [result] The object into which to store the result.
|
|
161
|
+
* @returns {Color} The modified result parameter or a new Color instance if one was not provided.
|
|
162
|
+
*/
|
|
163
|
+
static unpack: (array: any, startingIndex: any, result: any) => any;
|
|
164
|
+
/**
|
|
165
|
+
* Converts a 'byte' color component in the range of 0 to 255 into
|
|
166
|
+
* a 'float' color component in the range of 0 to 1.0.
|
|
167
|
+
*
|
|
168
|
+
* @param {Number} number The number to be converted.
|
|
169
|
+
* @returns {Number} The converted number.
|
|
170
|
+
*/
|
|
171
|
+
static byteToFloat: (number: any) => number;
|
|
172
|
+
/**
|
|
173
|
+
* Converts a 'float' color component in the range of 0 to 1.0 into
|
|
174
|
+
* a 'byte' color component in the range of 0 to 255.
|
|
175
|
+
*
|
|
176
|
+
* @param {Number} number The number to be converted.
|
|
177
|
+
* @returns {Number} The converted number.
|
|
178
|
+
*/
|
|
179
|
+
static floatToByte: (number: any) => number;
|
|
180
|
+
/**
|
|
181
|
+
* Duplicates a Color.
|
|
182
|
+
*
|
|
183
|
+
* @param {Color} color The Color to duplicate.
|
|
184
|
+
* @param {Color} [result] The object to store the result in, if undefined a new instance will be created.
|
|
185
|
+
* @returns {Color} The modified result parameter or a new instance if result was undefined. (Returns undefined if color is undefined)
|
|
186
|
+
*/
|
|
187
|
+
static clone: (color: any, result: any) => any;
|
|
188
|
+
/**
|
|
189
|
+
* Returns true if the first Color equals the second color.
|
|
190
|
+
*
|
|
191
|
+
* @param {Color} left The first Color to compare for equality.
|
|
192
|
+
* @param {Color} right The second Color to compare for equality.
|
|
193
|
+
* @returns {Boolean} <code>true</code> if the Colors are equal; otherwise, <code>false</code>.
|
|
194
|
+
*/
|
|
195
|
+
static equals: (left: any, right: any) => boolean;
|
|
196
|
+
/**
|
|
197
|
+
* @private
|
|
198
|
+
*/
|
|
199
|
+
static equalsArray: (color: any, array: any, offset: any) => boolean;
|
|
200
|
+
/**
|
|
201
|
+
* Returns a duplicate of a Color instance.
|
|
202
|
+
*
|
|
203
|
+
* @param {Color} [result] The object to store the result in, if undefined a new instance will be created.
|
|
204
|
+
* @returns {Color} The modified result parameter or a new instance if result was undefined.
|
|
205
|
+
*/
|
|
206
|
+
clone(result: any): any;
|
|
207
|
+
/**
|
|
208
|
+
* Returns true if this Color equals other.
|
|
209
|
+
*
|
|
210
|
+
* @param {Color} other The Color to compare for equality.
|
|
211
|
+
* @returns {Boolean} <code>true</code> if the Colors are equal; otherwise, <code>false</code>.
|
|
212
|
+
*/
|
|
213
|
+
equals(other: any): boolean;
|
|
214
|
+
/**
|
|
215
|
+
* Returns <code>true</code> if this Color equals other componentwise within the specified epsilon.
|
|
216
|
+
*
|
|
217
|
+
* @param {Color} other The Color to compare for equality.
|
|
218
|
+
* @param {Number} [epsilon=0.0] The epsilon to use for equality testing.
|
|
219
|
+
* @returns {Boolean} <code>true</code> if the Colors are equal within the specified epsilon; otherwise, <code>false</code>.
|
|
220
|
+
*/
|
|
221
|
+
equalsEpsilon(other: any, epsilon: any): boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Creates a string representing this Color in the format '(red, green, blue, alpha)'.
|
|
224
|
+
*
|
|
225
|
+
* @returns {String} A string representing this Color in the format '(red, green, blue, alpha)'.
|
|
226
|
+
*/
|
|
227
|
+
toString(): string;
|
|
228
|
+
/**
|
|
229
|
+
* Creates a string containing the CSS color value for this color.
|
|
230
|
+
*
|
|
231
|
+
* @returns {String} The CSS equivalent of this color.
|
|
232
|
+
*
|
|
233
|
+
* @see {@link http://www.w3.org/TR/css3-color/#rgba-color|CSS RGB or RGBA color values}
|
|
234
|
+
*/
|
|
235
|
+
toCssColorString(): string;
|
|
236
|
+
/**
|
|
237
|
+
* Creates a string containing CSS hex string color value for this color.
|
|
238
|
+
*
|
|
239
|
+
* @returns {String} The CSS hex string equivalent of this color.
|
|
240
|
+
*/
|
|
241
|
+
toCssHexString(): string;
|
|
242
|
+
/**
|
|
243
|
+
* Converts this color to an array of red, green, blue, and alpha values
|
|
244
|
+
* that are in the range of 0 to 255.
|
|
245
|
+
*
|
|
246
|
+
* @param {Number[]} [result] The array to store the result in, if undefined a new instance will be created.
|
|
247
|
+
* @returns {Number[]} The modified result parameter or a new instance if result was undefined.
|
|
248
|
+
*/
|
|
249
|
+
toBytes(result: any): any;
|
|
250
|
+
/**
|
|
251
|
+
* Converts this color to a single numeric unsigned 32-bit RGBA value, using the endianness
|
|
252
|
+
* of the system.
|
|
253
|
+
*
|
|
254
|
+
* @returns {Number} A single numeric unsigned 32-bit RGBA value.
|
|
255
|
+
*
|
|
256
|
+
*
|
|
257
|
+
* @example
|
|
258
|
+
* var rgba = Cesium.Color.BLUE.toRgba();
|
|
259
|
+
*
|
|
260
|
+
* @see Color.fromRgba
|
|
261
|
+
*/
|
|
262
|
+
toRgba(): any;
|
|
263
|
+
/**
|
|
264
|
+
* Brightens this color by the provided magnitude.
|
|
265
|
+
*
|
|
266
|
+
* @param {Number} magnitude A positive number indicating the amount to brighten.
|
|
267
|
+
* @param {Color} result The object onto which to store the result.
|
|
268
|
+
* @returns {Color} The modified result parameter.
|
|
269
|
+
*
|
|
270
|
+
* @example
|
|
271
|
+
* var brightBlue = Cesium.Color.BLUE.brighten(0.5, new Cesium.Color());
|
|
272
|
+
*/
|
|
273
|
+
brighten(magnitude: any, result: any): any;
|
|
274
|
+
/**
|
|
275
|
+
* Darkens this color by the provided magnitude.
|
|
276
|
+
*
|
|
277
|
+
* @param {Number} magnitude A positive number indicating the amount to darken.
|
|
278
|
+
* @param {Color} result The object onto which to store the result.
|
|
279
|
+
* @returns {Color} The modified result parameter.
|
|
280
|
+
*
|
|
281
|
+
* @example
|
|
282
|
+
* var darkBlue = Cesium.Color.BLUE.darken(0.5, new Cesium.Color());
|
|
283
|
+
*/
|
|
284
|
+
darken(magnitude: any, result: any): any;
|
|
285
|
+
/**
|
|
286
|
+
* Creates a new Color that has the same red, green, and blue components
|
|
287
|
+
* as this Color, but with the specified alpha value.
|
|
288
|
+
*
|
|
289
|
+
* @param {Number} alpha The new alpha component.
|
|
290
|
+
* @param {Color} [result] The object onto which to store the result.
|
|
291
|
+
* @returns {Color} The modified result parameter or a new Color instance if one was not provided.
|
|
292
|
+
*
|
|
293
|
+
* @example var translucentRed = Cesium.Color.RED.withAlpha(0.9);
|
|
294
|
+
*/
|
|
295
|
+
withAlpha(alpha: any, result: any): any;
|
|
296
|
+
/**
|
|
297
|
+
* Computes the componentwise sum of two Colors.
|
|
298
|
+
*
|
|
299
|
+
* @param {Color} left The first Color.
|
|
300
|
+
* @param {Color} right The second Color.
|
|
301
|
+
* @param {Color} result The object onto which to store the result.
|
|
302
|
+
* @returns {Color} The modified result parameter.
|
|
303
|
+
*/
|
|
304
|
+
static add(left: any, right: any, result: any): any;
|
|
305
|
+
/**
|
|
306
|
+
* Computes the componentwise difference of two Colors.
|
|
307
|
+
*
|
|
308
|
+
* @param {Color} left The first Color.
|
|
309
|
+
* @param {Color} right The second Color.
|
|
310
|
+
* @param {Color} result The object onto which to store the result.
|
|
311
|
+
* @returns {Color} The modified result parameter.
|
|
312
|
+
*/
|
|
313
|
+
static subtract(left: any, right: any, result: any): any;
|
|
314
|
+
/**
|
|
315
|
+
* Computes the componentwise product of two Colors.
|
|
316
|
+
*
|
|
317
|
+
* @param {Color} left The first Color.
|
|
318
|
+
* @param {Color} right The second Color.
|
|
319
|
+
* @param {Color} result The object onto which to store the result.
|
|
320
|
+
* @returns {Color} The modified result parameter.
|
|
321
|
+
*/
|
|
322
|
+
static multiply(left: any, right: any, result: any): any;
|
|
323
|
+
/**
|
|
324
|
+
* Computes the componentwise quotient of two Colors.
|
|
325
|
+
*
|
|
326
|
+
* @param {Color} left The first Color.
|
|
327
|
+
* @param {Color} right The second Color.
|
|
328
|
+
* @param {Color} result The object onto which to store the result.
|
|
329
|
+
* @returns {Color} The modified result parameter.
|
|
330
|
+
*/
|
|
331
|
+
static divide(left: any, right: any, result: any): any;
|
|
332
|
+
/**
|
|
333
|
+
* Computes the componentwise modulus of two Colors.
|
|
334
|
+
*
|
|
335
|
+
* @param {Color} left The first Color.
|
|
336
|
+
* @param {Color} right The second Color.
|
|
337
|
+
* @param {Color} result The object onto which to store the result.
|
|
338
|
+
* @returns {Color} The modified result parameter.
|
|
339
|
+
*/
|
|
340
|
+
static mod(left: any, right: any, result: any): any;
|
|
341
|
+
/**
|
|
342
|
+
* Computes the linear interpolation or extrapolation at t between the provided colors.
|
|
343
|
+
*
|
|
344
|
+
* @param {Color} start The color corresponding to t at 0.0.
|
|
345
|
+
* @param {Color} end The color corresponding to t at 1.0.
|
|
346
|
+
* @param {Number} t The point along t at which to interpolate.
|
|
347
|
+
* @param {Color} result The object onto which to store the result.
|
|
348
|
+
* @returns {Color} The modified result parameter.
|
|
349
|
+
*/
|
|
350
|
+
static lerp(start: any, end: any, t: any, result: any): any;
|
|
351
|
+
/**
|
|
352
|
+
* Multiplies the provided Color componentwise by the provided scalar.
|
|
353
|
+
*
|
|
354
|
+
* @param {Color} color The Color to be scaled.
|
|
355
|
+
* @param {Number} scalar The scalar to multiply with.
|
|
356
|
+
* @param {Color} result The object onto which to store the result.
|
|
357
|
+
* @returns {Color} The modified result parameter.
|
|
358
|
+
*/
|
|
359
|
+
static multiplyByScalar(color: any, scalar: any, result: any): any;
|
|
360
|
+
/**
|
|
361
|
+
* Divides the provided Color componentwise by the provided scalar.
|
|
362
|
+
*
|
|
363
|
+
* @param {Color} color The Color to be divided.
|
|
364
|
+
* @param {Number} scalar The scalar to divide with.
|
|
365
|
+
* @param {Color} result The object onto which to store the result.
|
|
366
|
+
* @returns {Color} The modified result parameter.
|
|
367
|
+
*/
|
|
368
|
+
static divideByScalar(color: any, scalar: any, result: any): any;
|
|
369
|
+
/**
|
|
370
|
+
* An immutable Color instance initialized to CSS color #F0F8FF
|
|
371
|
+
* <span class="colorSwath" style="background: #F0F8FF;"></span>
|
|
372
|
+
*
|
|
373
|
+
* @constant
|
|
374
|
+
* @type {Color}
|
|
375
|
+
*/
|
|
376
|
+
static ALICEBLUE: any;
|
|
377
|
+
/**
|
|
378
|
+
* An immutable Color instance initialized to CSS color #FAEBD7
|
|
379
|
+
* <span class="colorSwath" style="background: #FAEBD7;"></span>
|
|
380
|
+
*
|
|
381
|
+
* @constant
|
|
382
|
+
* @type {Color}
|
|
383
|
+
*/
|
|
384
|
+
static ANTIQUEWHITE: any;
|
|
385
|
+
/**
|
|
386
|
+
* An immutable Color instance initialized to CSS color #00FFFF
|
|
387
|
+
* <span class="colorSwath" style="background: #00FFFF;"></span>
|
|
388
|
+
*
|
|
389
|
+
* @constant
|
|
390
|
+
* @type {Color}
|
|
391
|
+
*/
|
|
392
|
+
static AQUA: any;
|
|
393
|
+
/**
|
|
394
|
+
* An immutable Color instance initialized to CSS color #7FFFD4
|
|
395
|
+
* <span class="colorSwath" style="background: #7FFFD4;"></span>
|
|
396
|
+
*
|
|
397
|
+
* @constant
|
|
398
|
+
* @type {Color}
|
|
399
|
+
*/
|
|
400
|
+
static AQUAMARINE: any;
|
|
401
|
+
/**
|
|
402
|
+
* An immutable Color instance initialized to CSS color #F0FFFF
|
|
403
|
+
* <span class="colorSwath" style="background: #F0FFFF;"></span>
|
|
404
|
+
*
|
|
405
|
+
* @constant
|
|
406
|
+
* @type {Color}
|
|
407
|
+
*/
|
|
408
|
+
static AZURE: any;
|
|
409
|
+
/**
|
|
410
|
+
* An immutable Color instance initialized to CSS color #F5F5DC
|
|
411
|
+
* <span class="colorSwath" style="background: #F5F5DC;"></span>
|
|
412
|
+
*
|
|
413
|
+
* @constant
|
|
414
|
+
* @type {Color}
|
|
415
|
+
*/
|
|
416
|
+
static BEIGE: any;
|
|
417
|
+
/**
|
|
418
|
+
* An immutable Color instance initialized to CSS color #FFE4C4
|
|
419
|
+
* <span class="colorSwath" style="background: #FFE4C4;"></span>
|
|
420
|
+
*
|
|
421
|
+
* @constant
|
|
422
|
+
* @type {Color}
|
|
423
|
+
*/
|
|
424
|
+
static BISQUE: any;
|
|
425
|
+
/**
|
|
426
|
+
* An immutable Color instance initialized to CSS color #000000
|
|
427
|
+
* <span class="colorSwath" style="background: #000000;"></span>
|
|
428
|
+
*
|
|
429
|
+
* @constant
|
|
430
|
+
* @type {Color}
|
|
431
|
+
*/
|
|
432
|
+
static BLACK: any;
|
|
433
|
+
/**
|
|
434
|
+
* An immutable Color instance initialized to CSS color #FFEBCD
|
|
435
|
+
* <span class="colorSwath" style="background: #FFEBCD;"></span>
|
|
436
|
+
*
|
|
437
|
+
* @constant
|
|
438
|
+
* @type {Color}
|
|
439
|
+
*/
|
|
440
|
+
static BLANCHEDALMOND: any;
|
|
441
|
+
/**
|
|
442
|
+
* An immutable Color instance initialized to CSS color #0000FF
|
|
443
|
+
* <span class="colorSwath" style="background: #0000FF;"></span>
|
|
444
|
+
*
|
|
445
|
+
* @constant
|
|
446
|
+
* @type {Color}
|
|
447
|
+
*/
|
|
448
|
+
static BLUE: any;
|
|
449
|
+
/**
|
|
450
|
+
* An immutable Color instance initialized to CSS color #8A2BE2
|
|
451
|
+
* <span class="colorSwath" style="background: #8A2BE2;"></span>
|
|
452
|
+
*
|
|
453
|
+
* @constant
|
|
454
|
+
* @type {Color}
|
|
455
|
+
*/
|
|
456
|
+
static BLUEVIOLET: any;
|
|
457
|
+
/**
|
|
458
|
+
* An immutable Color instance initialized to CSS color #A52A2A
|
|
459
|
+
* <span class="colorSwath" style="background: #A52A2A;"></span>
|
|
460
|
+
*
|
|
461
|
+
* @constant
|
|
462
|
+
* @type {Color}
|
|
463
|
+
*/
|
|
464
|
+
static BROWN: any;
|
|
465
|
+
/**
|
|
466
|
+
* An immutable Color instance initialized to CSS color #DEB887
|
|
467
|
+
* <span class="colorSwath" style="background: #DEB887;"></span>
|
|
468
|
+
*
|
|
469
|
+
* @constant
|
|
470
|
+
* @type {Color}
|
|
471
|
+
*/
|
|
472
|
+
static BURLYWOOD: any;
|
|
473
|
+
/**
|
|
474
|
+
* An immutable Color instance initialized to CSS color #5F9EA0
|
|
475
|
+
* <span class="colorSwath" style="background: #5F9EA0;"></span>
|
|
476
|
+
*
|
|
477
|
+
* @constant
|
|
478
|
+
* @type {Color}
|
|
479
|
+
*/
|
|
480
|
+
static CADETBLUE: any;
|
|
481
|
+
/**
|
|
482
|
+
* An immutable Color instance initialized to CSS color #7FFF00
|
|
483
|
+
* <span class="colorSwath" style="background: #7FFF00;"></span>
|
|
484
|
+
*
|
|
485
|
+
* @constant
|
|
486
|
+
* @type {Color}
|
|
487
|
+
*/
|
|
488
|
+
static CHARTREUSE: any;
|
|
489
|
+
/**
|
|
490
|
+
* An immutable Color instance initialized to CSS color #D2691E
|
|
491
|
+
* <span class="colorSwath" style="background: #D2691E;"></span>
|
|
492
|
+
*
|
|
493
|
+
* @constant
|
|
494
|
+
* @type {Color}
|
|
495
|
+
*/
|
|
496
|
+
static CHOCOLATE: any;
|
|
497
|
+
/**
|
|
498
|
+
* An immutable Color instance initialized to CSS color #FF7F50
|
|
499
|
+
* <span class="colorSwath" style="background: #FF7F50;"></span>
|
|
500
|
+
*
|
|
501
|
+
* @constant
|
|
502
|
+
* @type {Color}
|
|
503
|
+
*/
|
|
504
|
+
static CORAL: any;
|
|
505
|
+
/**
|
|
506
|
+
* An immutable Color instance initialized to CSS color #6495ED
|
|
507
|
+
* <span class="colorSwath" style="background: #6495ED;"></span>
|
|
508
|
+
*
|
|
509
|
+
* @constant
|
|
510
|
+
* @type {Color}
|
|
511
|
+
*/
|
|
512
|
+
static CORNFLOWERBLUE: any;
|
|
513
|
+
/**
|
|
514
|
+
* An immutable Color instance initialized to CSS color #FFF8DC
|
|
515
|
+
* <span class="colorSwath" style="background: #FFF8DC;"></span>
|
|
516
|
+
*
|
|
517
|
+
* @constant
|
|
518
|
+
* @type {Color}
|
|
519
|
+
*/
|
|
520
|
+
static CORNSILK: any;
|
|
521
|
+
/**
|
|
522
|
+
* An immutable Color instance initialized to CSS color #DC143C
|
|
523
|
+
* <span class="colorSwath" style="background: #DC143C;"></span>
|
|
524
|
+
*
|
|
525
|
+
* @constant
|
|
526
|
+
* @type {Color}
|
|
527
|
+
*/
|
|
528
|
+
static CRIMSON: any;
|
|
529
|
+
/**
|
|
530
|
+
* An immutable Color instance initialized to CSS color #00FFFF
|
|
531
|
+
* <span class="colorSwath" style="background: #00FFFF;"></span>
|
|
532
|
+
*
|
|
533
|
+
* @constant
|
|
534
|
+
* @type {Color}
|
|
535
|
+
*/
|
|
536
|
+
static CYAN: any;
|
|
537
|
+
/**
|
|
538
|
+
* An immutable Color instance initialized to CSS color #00008B
|
|
539
|
+
* <span class="colorSwath" style="background: #00008B;"></span>
|
|
540
|
+
*
|
|
541
|
+
* @constant
|
|
542
|
+
* @type {Color}
|
|
543
|
+
*/
|
|
544
|
+
static DARKBLUE: any;
|
|
545
|
+
/**
|
|
546
|
+
* An immutable Color instance initialized to CSS color #008B8B
|
|
547
|
+
* <span class="colorSwath" style="background: #008B8B;"></span>
|
|
548
|
+
*
|
|
549
|
+
* @constant
|
|
550
|
+
* @type {Color}
|
|
551
|
+
*/
|
|
552
|
+
static DARKCYAN: any;
|
|
553
|
+
/**
|
|
554
|
+
* An immutable Color instance initialized to CSS color #B8860B
|
|
555
|
+
* <span class="colorSwath" style="background: #B8860B;"></span>
|
|
556
|
+
*
|
|
557
|
+
* @constant
|
|
558
|
+
* @type {Color}
|
|
559
|
+
*/
|
|
560
|
+
static DARKGOLDENROD: any;
|
|
561
|
+
/**
|
|
562
|
+
* An immutable Color instance initialized to CSS color #A9A9A9
|
|
563
|
+
* <span class="colorSwath" style="background: #A9A9A9;"></span>
|
|
564
|
+
*
|
|
565
|
+
* @constant
|
|
566
|
+
* @type {Color}
|
|
567
|
+
*/
|
|
568
|
+
static DARKGRAY: any;
|
|
569
|
+
/**
|
|
570
|
+
* An immutable Color instance initialized to CSS color #006400
|
|
571
|
+
* <span class="colorSwath" style="background: #006400;"></span>
|
|
572
|
+
*
|
|
573
|
+
* @constant
|
|
574
|
+
* @type {Color}
|
|
575
|
+
*/
|
|
576
|
+
static DARKGREEN: any;
|
|
577
|
+
/**
|
|
578
|
+
* An immutable Color instance initialized to CSS color #A9A9A9
|
|
579
|
+
* <span class="colorSwath" style="background: #A9A9A9;"></span>
|
|
580
|
+
*
|
|
581
|
+
* @constant
|
|
582
|
+
* @type {Color}
|
|
583
|
+
*/
|
|
584
|
+
static DARKGREY: any;
|
|
585
|
+
/**
|
|
586
|
+
* An immutable Color instance initialized to CSS color #BDB76B
|
|
587
|
+
* <span class="colorSwath" style="background: #BDB76B;"></span>
|
|
588
|
+
*
|
|
589
|
+
* @constant
|
|
590
|
+
* @type {Color}
|
|
591
|
+
*/
|
|
592
|
+
static DARKKHAKI: any;
|
|
593
|
+
/**
|
|
594
|
+
* An immutable Color instance initialized to CSS color #8B008B
|
|
595
|
+
* <span class="colorSwath" style="background: #8B008B;"></span>
|
|
596
|
+
*
|
|
597
|
+
* @constant
|
|
598
|
+
* @type {Color}
|
|
599
|
+
*/
|
|
600
|
+
static DARKMAGENTA: any;
|
|
601
|
+
/**
|
|
602
|
+
* An immutable Color instance initialized to CSS color #556B2F
|
|
603
|
+
* <span class="colorSwath" style="background: #556B2F;"></span>
|
|
604
|
+
*
|
|
605
|
+
* @constant
|
|
606
|
+
* @type {Color}
|
|
607
|
+
*/
|
|
608
|
+
static DARKOLIVEGREEN: any;
|
|
609
|
+
/**
|
|
610
|
+
* An immutable Color instance initialized to CSS color #FF8C00
|
|
611
|
+
* <span class="colorSwath" style="background: #FF8C00;"></span>
|
|
612
|
+
*
|
|
613
|
+
* @constant
|
|
614
|
+
* @type {Color}
|
|
615
|
+
*/
|
|
616
|
+
static DARKORANGE: any;
|
|
617
|
+
/**
|
|
618
|
+
* An immutable Color instance initialized to CSS color #9932CC
|
|
619
|
+
* <span class="colorSwath" style="background: #9932CC;"></span>
|
|
620
|
+
*
|
|
621
|
+
* @constant
|
|
622
|
+
* @type {Color}
|
|
623
|
+
*/
|
|
624
|
+
static DARKORCHID: any;
|
|
625
|
+
/**
|
|
626
|
+
* An immutable Color instance initialized to CSS color #8B0000
|
|
627
|
+
* <span class="colorSwath" style="background: #8B0000;"></span>
|
|
628
|
+
*
|
|
629
|
+
* @constant
|
|
630
|
+
* @type {Color}
|
|
631
|
+
*/
|
|
632
|
+
static DARKRED: any;
|
|
633
|
+
/**
|
|
634
|
+
* An immutable Color instance initialized to CSS color #E9967A
|
|
635
|
+
* <span class="colorSwath" style="background: #E9967A;"></span>
|
|
636
|
+
*
|
|
637
|
+
* @constant
|
|
638
|
+
* @type {Color}
|
|
639
|
+
*/
|
|
640
|
+
static DARKSALMON: any;
|
|
641
|
+
/**
|
|
642
|
+
* An immutable Color instance initialized to CSS color #8FBC8F
|
|
643
|
+
* <span class="colorSwath" style="background: #8FBC8F;"></span>
|
|
644
|
+
*
|
|
645
|
+
* @constant
|
|
646
|
+
* @type {Color}
|
|
647
|
+
*/
|
|
648
|
+
static DARKSEAGREEN: any;
|
|
649
|
+
/**
|
|
650
|
+
* An immutable Color instance initialized to CSS color #483D8B
|
|
651
|
+
* <span class="colorSwath" style="background: #483D8B;"></span>
|
|
652
|
+
*
|
|
653
|
+
* @constant
|
|
654
|
+
* @type {Color}
|
|
655
|
+
*/
|
|
656
|
+
static DARKSLATEBLUE: any;
|
|
657
|
+
/**
|
|
658
|
+
* An immutable Color instance initialized to CSS color #2F4F4F
|
|
659
|
+
* <span class="colorSwath" style="background: #2F4F4F;"></span>
|
|
660
|
+
*
|
|
661
|
+
* @constant
|
|
662
|
+
* @type {Color}
|
|
663
|
+
*/
|
|
664
|
+
static DARKSLATEGRAY: any;
|
|
665
|
+
/**
|
|
666
|
+
* An immutable Color instance initialized to CSS color #2F4F4F
|
|
667
|
+
* <span class="colorSwath" style="background: #2F4F4F;"></span>
|
|
668
|
+
*
|
|
669
|
+
* @constant
|
|
670
|
+
* @type {Color}
|
|
671
|
+
*/
|
|
672
|
+
static DARKSLATEGREY: any;
|
|
673
|
+
/**
|
|
674
|
+
* An immutable Color instance initialized to CSS color #00CED1
|
|
675
|
+
* <span class="colorSwath" style="background: #00CED1;"></span>
|
|
676
|
+
*
|
|
677
|
+
* @constant
|
|
678
|
+
* @type {Color}
|
|
679
|
+
*/
|
|
680
|
+
static DARKTURQUOISE: any;
|
|
681
|
+
/**
|
|
682
|
+
* An immutable Color instance initialized to CSS color #9400D3
|
|
683
|
+
* <span class="colorSwath" style="background: #9400D3;"></span>
|
|
684
|
+
*
|
|
685
|
+
* @constant
|
|
686
|
+
* @type {Color}
|
|
687
|
+
*/
|
|
688
|
+
static DARKVIOLET: any;
|
|
689
|
+
/**
|
|
690
|
+
* An immutable Color instance initialized to CSS color #FF1493
|
|
691
|
+
* <span class="colorSwath" style="background: #FF1493;"></span>
|
|
692
|
+
*
|
|
693
|
+
* @constant
|
|
694
|
+
* @type {Color}
|
|
695
|
+
*/
|
|
696
|
+
static DEEPPINK: any;
|
|
697
|
+
/**
|
|
698
|
+
* An immutable Color instance initialized to CSS color #00BFFF
|
|
699
|
+
* <span class="colorSwath" style="background: #00BFFF;"></span>
|
|
700
|
+
*
|
|
701
|
+
* @constant
|
|
702
|
+
* @type {Color}
|
|
703
|
+
*/
|
|
704
|
+
static DEEPSKYBLUE: any;
|
|
705
|
+
/**
|
|
706
|
+
* An immutable Color instance initialized to CSS color #696969
|
|
707
|
+
* <span class="colorSwath" style="background: #696969;"></span>
|
|
708
|
+
*
|
|
709
|
+
* @constant
|
|
710
|
+
* @type {Color}
|
|
711
|
+
*/
|
|
712
|
+
static DIMGRAY: any;
|
|
713
|
+
/**
|
|
714
|
+
* An immutable Color instance initialized to CSS color #696969
|
|
715
|
+
* <span class="colorSwath" style="background: #696969;"></span>
|
|
716
|
+
*
|
|
717
|
+
* @constant
|
|
718
|
+
* @type {Color}
|
|
719
|
+
*/
|
|
720
|
+
static DIMGREY: any;
|
|
721
|
+
/**
|
|
722
|
+
* An immutable Color instance initialized to CSS color #1E90FF
|
|
723
|
+
* <span class="colorSwath" style="background: #1E90FF;"></span>
|
|
724
|
+
*
|
|
725
|
+
* @constant
|
|
726
|
+
* @type {Color}
|
|
727
|
+
*/
|
|
728
|
+
static DODGERBLUE: any;
|
|
729
|
+
/**
|
|
730
|
+
* An immutable Color instance initialized to CSS color #B22222
|
|
731
|
+
* <span class="colorSwath" style="background: #B22222;"></span>
|
|
732
|
+
*
|
|
733
|
+
* @constant
|
|
734
|
+
* @type {Color}
|
|
735
|
+
*/
|
|
736
|
+
static FIREBRICK: any;
|
|
737
|
+
/**
|
|
738
|
+
* An immutable Color instance initialized to CSS color #FFFAF0
|
|
739
|
+
* <span class="colorSwath" style="background: #FFFAF0;"></span>
|
|
740
|
+
*
|
|
741
|
+
* @constant
|
|
742
|
+
* @type {Color}
|
|
743
|
+
*/
|
|
744
|
+
static FLORALWHITE: any;
|
|
745
|
+
/**
|
|
746
|
+
* An immutable Color instance initialized to CSS color #228B22
|
|
747
|
+
* <span class="colorSwath" style="background: #228B22;"></span>
|
|
748
|
+
*
|
|
749
|
+
* @constant
|
|
750
|
+
* @type {Color}
|
|
751
|
+
*/
|
|
752
|
+
static FORESTGREEN: any;
|
|
753
|
+
/**
|
|
754
|
+
* An immutable Color instance initialized to CSS color #FF00FF
|
|
755
|
+
* <span class="colorSwath" style="background: #FF00FF;"></span>
|
|
756
|
+
*
|
|
757
|
+
* @constant
|
|
758
|
+
* @type {Color}
|
|
759
|
+
*/
|
|
760
|
+
static FUCHSIA: any;
|
|
761
|
+
/**
|
|
762
|
+
* An immutable Color instance initialized to CSS color #DCDCDC
|
|
763
|
+
* <span class="colorSwath" style="background: #DCDCDC;"></span>
|
|
764
|
+
*
|
|
765
|
+
* @constant
|
|
766
|
+
* @type {Color}
|
|
767
|
+
*/
|
|
768
|
+
static GAINSBORO: any;
|
|
769
|
+
/**
|
|
770
|
+
* An immutable Color instance initialized to CSS color #F8F8FF
|
|
771
|
+
* <span class="colorSwath" style="background: #F8F8FF;"></span>
|
|
772
|
+
*
|
|
773
|
+
* @constant
|
|
774
|
+
* @type {Color}
|
|
775
|
+
*/
|
|
776
|
+
static GHOSTWHITE: any;
|
|
777
|
+
/**
|
|
778
|
+
* An immutable Color instance initialized to CSS color #FFD700
|
|
779
|
+
* <span class="colorSwath" style="background: #FFD700;"></span>
|
|
780
|
+
*
|
|
781
|
+
* @constant
|
|
782
|
+
* @type {Color}
|
|
783
|
+
*/
|
|
784
|
+
static GOLD: any;
|
|
785
|
+
/**
|
|
786
|
+
* An immutable Color instance initialized to CSS color #DAA520
|
|
787
|
+
* <span class="colorSwath" style="background: #DAA520;"></span>
|
|
788
|
+
*
|
|
789
|
+
* @constant
|
|
790
|
+
* @type {Color}
|
|
791
|
+
*/
|
|
792
|
+
static GOLDENROD: any;
|
|
793
|
+
/**
|
|
794
|
+
* An immutable Color instance initialized to CSS color #808080
|
|
795
|
+
* <span class="colorSwath" style="background: #808080;"></span>
|
|
796
|
+
*
|
|
797
|
+
* @constant
|
|
798
|
+
* @type {Color}
|
|
799
|
+
*/
|
|
800
|
+
static GRAY: any;
|
|
801
|
+
/**
|
|
802
|
+
* An immutable Color instance initialized to CSS color #008000
|
|
803
|
+
* <span class="colorSwath" style="background: #008000;"></span>
|
|
804
|
+
*
|
|
805
|
+
* @constant
|
|
806
|
+
* @type {Color}
|
|
807
|
+
*/
|
|
808
|
+
static GREEN: any;
|
|
809
|
+
/**
|
|
810
|
+
* An immutable Color instance initialized to CSS color #ADFF2F
|
|
811
|
+
* <span class="colorSwath" style="background: #ADFF2F;"></span>
|
|
812
|
+
*
|
|
813
|
+
* @constant
|
|
814
|
+
* @type {Color}
|
|
815
|
+
*/
|
|
816
|
+
static GREENYELLOW: any;
|
|
817
|
+
/**
|
|
818
|
+
* An immutable Color instance initialized to CSS color #808080
|
|
819
|
+
* <span class="colorSwath" style="background: #808080;"></span>
|
|
820
|
+
*
|
|
821
|
+
* @constant
|
|
822
|
+
* @type {Color}
|
|
823
|
+
*/
|
|
824
|
+
static GREY: any;
|
|
825
|
+
/**
|
|
826
|
+
* An immutable Color instance initialized to CSS color #F0FFF0
|
|
827
|
+
* <span class="colorSwath" style="background: #F0FFF0;"></span>
|
|
828
|
+
*
|
|
829
|
+
* @constant
|
|
830
|
+
* @type {Color}
|
|
831
|
+
*/
|
|
832
|
+
static HONEYDEW: any;
|
|
833
|
+
/**
|
|
834
|
+
* An immutable Color instance initialized to CSS color #FF69B4
|
|
835
|
+
* <span class="colorSwath" style="background: #FF69B4;"></span>
|
|
836
|
+
*
|
|
837
|
+
* @constant
|
|
838
|
+
* @type {Color}
|
|
839
|
+
*/
|
|
840
|
+
static HOTPINK: any;
|
|
841
|
+
/**
|
|
842
|
+
* An immutable Color instance initialized to CSS color #CD5C5C
|
|
843
|
+
* <span class="colorSwath" style="background: #CD5C5C;"></span>
|
|
844
|
+
*
|
|
845
|
+
* @constant
|
|
846
|
+
* @type {Color}
|
|
847
|
+
*/
|
|
848
|
+
static INDIANRED: any;
|
|
849
|
+
/**
|
|
850
|
+
* An immutable Color instance initialized to CSS color #4B0082
|
|
851
|
+
* <span class="colorSwath" style="background: #4B0082;"></span>
|
|
852
|
+
*
|
|
853
|
+
* @constant
|
|
854
|
+
* @type {Color}
|
|
855
|
+
*/
|
|
856
|
+
static INDIGO: any;
|
|
857
|
+
/**
|
|
858
|
+
* An immutable Color instance initialized to CSS color #FFFFF0
|
|
859
|
+
* <span class="colorSwath" style="background: #FFFFF0;"></span>
|
|
860
|
+
*
|
|
861
|
+
* @constant
|
|
862
|
+
* @type {Color}
|
|
863
|
+
*/
|
|
864
|
+
static IVORY: any;
|
|
865
|
+
/**
|
|
866
|
+
* An immutable Color instance initialized to CSS color #F0E68C
|
|
867
|
+
* <span class="colorSwath" style="background: #F0E68C;"></span>
|
|
868
|
+
*
|
|
869
|
+
* @constant
|
|
870
|
+
* @type {Color}
|
|
871
|
+
*/
|
|
872
|
+
static KHAKI: any;
|
|
873
|
+
/**
|
|
874
|
+
* An immutable Color instance initialized to CSS color #E6E6FA
|
|
875
|
+
* <span class="colorSwath" style="background: #E6E6FA;"></span>
|
|
876
|
+
*
|
|
877
|
+
* @constant
|
|
878
|
+
* @type {Color}
|
|
879
|
+
*/
|
|
880
|
+
static LAVENDER: any;
|
|
881
|
+
/**
|
|
882
|
+
* An immutable Color instance initialized to CSS color #FFF0F5
|
|
883
|
+
* <span class="colorSwath" style="background: #FFF0F5;"></span>
|
|
884
|
+
*
|
|
885
|
+
* @constant
|
|
886
|
+
* @type {Color}
|
|
887
|
+
*/
|
|
888
|
+
static LAVENDAR_BLUSH: any;
|
|
889
|
+
/**
|
|
890
|
+
* An immutable Color instance initialized to CSS color #7CFC00
|
|
891
|
+
* <span class="colorSwath" style="background: #7CFC00;"></span>
|
|
892
|
+
*
|
|
893
|
+
* @constant
|
|
894
|
+
* @type {Color}
|
|
895
|
+
*/
|
|
896
|
+
static LAWNGREEN: any;
|
|
897
|
+
/**
|
|
898
|
+
* An immutable Color instance initialized to CSS color #FFFACD
|
|
899
|
+
* <span class="colorSwath" style="background: #FFFACD;"></span>
|
|
900
|
+
*
|
|
901
|
+
* @constant
|
|
902
|
+
* @type {Color}
|
|
903
|
+
*/
|
|
904
|
+
static LEMONCHIFFON: any;
|
|
905
|
+
/**
|
|
906
|
+
* An immutable Color instance initialized to CSS color #ADD8E6
|
|
907
|
+
* <span class="colorSwath" style="background: #ADD8E6;"></span>
|
|
908
|
+
*
|
|
909
|
+
* @constant
|
|
910
|
+
* @type {Color}
|
|
911
|
+
*/
|
|
912
|
+
static LIGHTBLUE: any;
|
|
913
|
+
/**
|
|
914
|
+
* An immutable Color instance initialized to CSS color #F08080
|
|
915
|
+
* <span class="colorSwath" style="background: #F08080;"></span>
|
|
916
|
+
*
|
|
917
|
+
* @constant
|
|
918
|
+
* @type {Color}
|
|
919
|
+
*/
|
|
920
|
+
static LIGHTCORAL: any;
|
|
921
|
+
/**
|
|
922
|
+
* An immutable Color instance initialized to CSS color #E0FFFF
|
|
923
|
+
* <span class="colorSwath" style="background: #E0FFFF;"></span>
|
|
924
|
+
*
|
|
925
|
+
* @constant
|
|
926
|
+
* @type {Color}
|
|
927
|
+
*/
|
|
928
|
+
static LIGHTCYAN: any;
|
|
929
|
+
/**
|
|
930
|
+
* An immutable Color instance initialized to CSS color #FAFAD2
|
|
931
|
+
* <span class="colorSwath" style="background: #FAFAD2;"></span>
|
|
932
|
+
*
|
|
933
|
+
* @constant
|
|
934
|
+
* @type {Color}
|
|
935
|
+
*/
|
|
936
|
+
static LIGHTGOLDENRODYELLOW: any;
|
|
937
|
+
/**
|
|
938
|
+
* An immutable Color instance initialized to CSS color #D3D3D3
|
|
939
|
+
* <span class="colorSwath" style="background: #D3D3D3;"></span>
|
|
940
|
+
*
|
|
941
|
+
* @constant
|
|
942
|
+
* @type {Color}
|
|
943
|
+
*/
|
|
944
|
+
static LIGHTGRAY: any;
|
|
945
|
+
/**
|
|
946
|
+
* An immutable Color instance initialized to CSS color #90EE90
|
|
947
|
+
* <span class="colorSwath" style="background: #90EE90;"></span>
|
|
948
|
+
*
|
|
949
|
+
* @constant
|
|
950
|
+
* @type {Color}
|
|
951
|
+
*/
|
|
952
|
+
static LIGHTGREEN: any;
|
|
953
|
+
/**
|
|
954
|
+
* An immutable Color instance initialized to CSS color #D3D3D3
|
|
955
|
+
* <span class="colorSwath" style="background: #D3D3D3;"></span>
|
|
956
|
+
*
|
|
957
|
+
* @constant
|
|
958
|
+
* @type {Color}
|
|
959
|
+
*/
|
|
960
|
+
static LIGHTGREY: any;
|
|
961
|
+
/**
|
|
962
|
+
* An immutable Color instance initialized to CSS color #FFB6C1
|
|
963
|
+
* <span class="colorSwath" style="background: #FFB6C1;"></span>
|
|
964
|
+
*
|
|
965
|
+
* @constant
|
|
966
|
+
* @type {Color}
|
|
967
|
+
*/
|
|
968
|
+
static LIGHTPINK: any;
|
|
969
|
+
/**
|
|
970
|
+
* An immutable Color instance initialized to CSS color #20B2AA
|
|
971
|
+
* <span class="colorSwath" style="background: #20B2AA;"></span>
|
|
972
|
+
*
|
|
973
|
+
* @constant
|
|
974
|
+
* @type {Color}
|
|
975
|
+
*/
|
|
976
|
+
static LIGHTSEAGREEN: any;
|
|
977
|
+
/**
|
|
978
|
+
* An immutable Color instance initialized to CSS color #87CEFA
|
|
979
|
+
* <span class="colorSwath" style="background: #87CEFA;"></span>
|
|
980
|
+
*
|
|
981
|
+
* @constant
|
|
982
|
+
* @type {Color}
|
|
983
|
+
*/
|
|
984
|
+
static LIGHTSKYBLUE: any;
|
|
985
|
+
/**
|
|
986
|
+
* An immutable Color instance initialized to CSS color #778899
|
|
987
|
+
* <span class="colorSwath" style="background: #778899;"></span>
|
|
988
|
+
*
|
|
989
|
+
* @constant
|
|
990
|
+
* @type {Color}
|
|
991
|
+
*/
|
|
992
|
+
static LIGHTSLATEGRAY: any;
|
|
993
|
+
/**
|
|
994
|
+
* An immutable Color instance initialized to CSS color #778899
|
|
995
|
+
* <span class="colorSwath" style="background: #778899;"></span>
|
|
996
|
+
*
|
|
997
|
+
* @constant
|
|
998
|
+
* @type {Color}
|
|
999
|
+
*/
|
|
1000
|
+
static LIGHTSLATEGREY: any;
|
|
1001
|
+
/**
|
|
1002
|
+
* An immutable Color instance initialized to CSS color #B0C4DE
|
|
1003
|
+
* <span class="colorSwath" style="background: #B0C4DE;"></span>
|
|
1004
|
+
*
|
|
1005
|
+
* @constant
|
|
1006
|
+
* @type {Color}
|
|
1007
|
+
*/
|
|
1008
|
+
static LIGHTSTEELBLUE: any;
|
|
1009
|
+
/**
|
|
1010
|
+
* An immutable Color instance initialized to CSS color #FFFFE0
|
|
1011
|
+
* <span class="colorSwath" style="background: #FFFFE0;"></span>
|
|
1012
|
+
*
|
|
1013
|
+
* @constant
|
|
1014
|
+
* @type {Color}
|
|
1015
|
+
*/
|
|
1016
|
+
static LIGHTYELLOW: any;
|
|
1017
|
+
/**
|
|
1018
|
+
* An immutable Color instance initialized to CSS color #00FF00
|
|
1019
|
+
* <span class="colorSwath" style="background: #00FF00;"></span>
|
|
1020
|
+
*
|
|
1021
|
+
* @constant
|
|
1022
|
+
* @type {Color}
|
|
1023
|
+
*/
|
|
1024
|
+
static LIME: any;
|
|
1025
|
+
/**
|
|
1026
|
+
* An immutable Color instance initialized to CSS color #32CD32
|
|
1027
|
+
* <span class="colorSwath" style="background: #32CD32;"></span>
|
|
1028
|
+
*
|
|
1029
|
+
* @constant
|
|
1030
|
+
* @type {Color}
|
|
1031
|
+
*/
|
|
1032
|
+
static LIMEGREEN: any;
|
|
1033
|
+
/**
|
|
1034
|
+
* An immutable Color instance initialized to CSS color #FAF0E6
|
|
1035
|
+
* <span class="colorSwath" style="background: #FAF0E6;"></span>
|
|
1036
|
+
*
|
|
1037
|
+
* @constant
|
|
1038
|
+
* @type {Color}
|
|
1039
|
+
*/
|
|
1040
|
+
static LINEN: any;
|
|
1041
|
+
/**
|
|
1042
|
+
* An immutable Color instance initialized to CSS color #FF00FF
|
|
1043
|
+
* <span class="colorSwath" style="background: #FF00FF;"></span>
|
|
1044
|
+
*
|
|
1045
|
+
* @constant
|
|
1046
|
+
* @type {Color}
|
|
1047
|
+
*/
|
|
1048
|
+
static MAGENTA: any;
|
|
1049
|
+
/**
|
|
1050
|
+
* An immutable Color instance initialized to CSS color #800000
|
|
1051
|
+
* <span class="colorSwath" style="background: #800000;"></span>
|
|
1052
|
+
*
|
|
1053
|
+
* @constant
|
|
1054
|
+
* @type {Color}
|
|
1055
|
+
*/
|
|
1056
|
+
static MAROON: any;
|
|
1057
|
+
/**
|
|
1058
|
+
* An immutable Color instance initialized to CSS color #66CDAA
|
|
1059
|
+
* <span class="colorSwath" style="background: #66CDAA;"></span>
|
|
1060
|
+
*
|
|
1061
|
+
* @constant
|
|
1062
|
+
* @type {Color}
|
|
1063
|
+
*/
|
|
1064
|
+
static MEDIUMAQUAMARINE: any;
|
|
1065
|
+
/**
|
|
1066
|
+
* An immutable Color instance initialized to CSS color #0000CD
|
|
1067
|
+
* <span class="colorSwath" style="background: #0000CD;"></span>
|
|
1068
|
+
*
|
|
1069
|
+
* @constant
|
|
1070
|
+
* @type {Color}
|
|
1071
|
+
*/
|
|
1072
|
+
static MEDIUMBLUE: any;
|
|
1073
|
+
/**
|
|
1074
|
+
* An immutable Color instance initialized to CSS color #BA55D3
|
|
1075
|
+
* <span class="colorSwath" style="background: #BA55D3;"></span>
|
|
1076
|
+
*
|
|
1077
|
+
* @constant
|
|
1078
|
+
* @type {Color}
|
|
1079
|
+
*/
|
|
1080
|
+
static MEDIUMORCHID: any;
|
|
1081
|
+
/**
|
|
1082
|
+
* An immutable Color instance initialized to CSS color #9370DB
|
|
1083
|
+
* <span class="colorSwath" style="background: #9370DB;"></span>
|
|
1084
|
+
*
|
|
1085
|
+
* @constant
|
|
1086
|
+
* @type {Color}
|
|
1087
|
+
*/
|
|
1088
|
+
static MEDIUMPURPLE: any;
|
|
1089
|
+
/**
|
|
1090
|
+
* An immutable Color instance initialized to CSS color #3CB371
|
|
1091
|
+
* <span class="colorSwath" style="background: #3CB371;"></span>
|
|
1092
|
+
*
|
|
1093
|
+
* @constant
|
|
1094
|
+
* @type {Color}
|
|
1095
|
+
*/
|
|
1096
|
+
static MEDIUMSEAGREEN: any;
|
|
1097
|
+
/**
|
|
1098
|
+
* An immutable Color instance initialized to CSS color #7B68EE
|
|
1099
|
+
* <span class="colorSwath" style="background: #7B68EE;"></span>
|
|
1100
|
+
*
|
|
1101
|
+
* @constant
|
|
1102
|
+
* @type {Color}
|
|
1103
|
+
*/
|
|
1104
|
+
static MEDIUMSLATEBLUE: any;
|
|
1105
|
+
/**
|
|
1106
|
+
* An immutable Color instance initialized to CSS color #00FA9A
|
|
1107
|
+
* <span class="colorSwath" style="background: #00FA9A;"></span>
|
|
1108
|
+
*
|
|
1109
|
+
* @constant
|
|
1110
|
+
* @type {Color}
|
|
1111
|
+
*/
|
|
1112
|
+
static MEDIUMSPRINGGREEN: any;
|
|
1113
|
+
/**
|
|
1114
|
+
* An immutable Color instance initialized to CSS color #48D1CC
|
|
1115
|
+
* <span class="colorSwath" style="background: #48D1CC;"></span>
|
|
1116
|
+
*
|
|
1117
|
+
* @constant
|
|
1118
|
+
* @type {Color}
|
|
1119
|
+
*/
|
|
1120
|
+
static MEDIUMTURQUOISE: any;
|
|
1121
|
+
/**
|
|
1122
|
+
* An immutable Color instance initialized to CSS color #C71585
|
|
1123
|
+
* <span class="colorSwath" style="background: #C71585;"></span>
|
|
1124
|
+
*
|
|
1125
|
+
* @constant
|
|
1126
|
+
* @type {Color}
|
|
1127
|
+
*/
|
|
1128
|
+
static MEDIUMVIOLETRED: any;
|
|
1129
|
+
/**
|
|
1130
|
+
* An immutable Color instance initialized to CSS color #191970
|
|
1131
|
+
* <span class="colorSwath" style="background: #191970;"></span>
|
|
1132
|
+
*
|
|
1133
|
+
* @constant
|
|
1134
|
+
* @type {Color}
|
|
1135
|
+
*/
|
|
1136
|
+
static MIDNIGHTBLUE: any;
|
|
1137
|
+
/**
|
|
1138
|
+
* An immutable Color instance initialized to CSS color #F5FFFA
|
|
1139
|
+
* <span class="colorSwath" style="background: #F5FFFA;"></span>
|
|
1140
|
+
*
|
|
1141
|
+
* @constant
|
|
1142
|
+
* @type {Color}
|
|
1143
|
+
*/
|
|
1144
|
+
static MINTCREAM: any;
|
|
1145
|
+
/**
|
|
1146
|
+
* An immutable Color instance initialized to CSS color #FFE4E1
|
|
1147
|
+
* <span class="colorSwath" style="background: #FFE4E1;"></span>
|
|
1148
|
+
*
|
|
1149
|
+
* @constant
|
|
1150
|
+
* @type {Color}
|
|
1151
|
+
*/
|
|
1152
|
+
static MISTYROSE: any;
|
|
1153
|
+
/**
|
|
1154
|
+
* An immutable Color instance initialized to CSS color #FFE4B5
|
|
1155
|
+
* <span class="colorSwath" style="background: #FFE4B5;"></span>
|
|
1156
|
+
*
|
|
1157
|
+
* @constant
|
|
1158
|
+
* @type {Color}
|
|
1159
|
+
*/
|
|
1160
|
+
static MOCCASIN: any;
|
|
1161
|
+
/**
|
|
1162
|
+
* An immutable Color instance initialized to CSS color #FFDEAD
|
|
1163
|
+
* <span class="colorSwath" style="background: #FFDEAD;"></span>
|
|
1164
|
+
*
|
|
1165
|
+
* @constant
|
|
1166
|
+
* @type {Color}
|
|
1167
|
+
*/
|
|
1168
|
+
static NAVAJOWHITE: any;
|
|
1169
|
+
/**
|
|
1170
|
+
* An immutable Color instance initialized to CSS color #000080
|
|
1171
|
+
* <span class="colorSwath" style="background: #000080;"></span>
|
|
1172
|
+
*
|
|
1173
|
+
* @constant
|
|
1174
|
+
* @type {Color}
|
|
1175
|
+
*/
|
|
1176
|
+
static NAVY: any;
|
|
1177
|
+
/**
|
|
1178
|
+
* An immutable Color instance initialized to CSS color #FDF5E6
|
|
1179
|
+
* <span class="colorSwath" style="background: #FDF5E6;"></span>
|
|
1180
|
+
*
|
|
1181
|
+
* @constant
|
|
1182
|
+
* @type {Color}
|
|
1183
|
+
*/
|
|
1184
|
+
static OLDLACE: any;
|
|
1185
|
+
/**
|
|
1186
|
+
* An immutable Color instance initialized to CSS color #808000
|
|
1187
|
+
* <span class="colorSwath" style="background: #808000;"></span>
|
|
1188
|
+
*
|
|
1189
|
+
* @constant
|
|
1190
|
+
* @type {Color}
|
|
1191
|
+
*/
|
|
1192
|
+
static OLIVE: any;
|
|
1193
|
+
/**
|
|
1194
|
+
* An immutable Color instance initialized to CSS color #6B8E23
|
|
1195
|
+
* <span class="colorSwath" style="background: #6B8E23;"></span>
|
|
1196
|
+
*
|
|
1197
|
+
* @constant
|
|
1198
|
+
* @type {Color}
|
|
1199
|
+
*/
|
|
1200
|
+
static OLIVEDRAB: any;
|
|
1201
|
+
/**
|
|
1202
|
+
* An immutable Color instance initialized to CSS color #FFA500
|
|
1203
|
+
* <span class="colorSwath" style="background: #FFA500;"></span>
|
|
1204
|
+
*
|
|
1205
|
+
* @constant
|
|
1206
|
+
* @type {Color}
|
|
1207
|
+
*/
|
|
1208
|
+
static ORANGE: any;
|
|
1209
|
+
/**
|
|
1210
|
+
* An immutable Color instance initialized to CSS color #FF4500
|
|
1211
|
+
* <span class="colorSwath" style="background: #FF4500;"></span>
|
|
1212
|
+
*
|
|
1213
|
+
* @constant
|
|
1214
|
+
* @type {Color}
|
|
1215
|
+
*/
|
|
1216
|
+
static ORANGERED: any;
|
|
1217
|
+
/**
|
|
1218
|
+
* An immutable Color instance initialized to CSS color #DA70D6
|
|
1219
|
+
* <span class="colorSwath" style="background: #DA70D6;"></span>
|
|
1220
|
+
*
|
|
1221
|
+
* @constant
|
|
1222
|
+
* @type {Color}
|
|
1223
|
+
*/
|
|
1224
|
+
static ORCHID: any;
|
|
1225
|
+
/**
|
|
1226
|
+
* An immutable Color instance initialized to CSS color #EEE8AA
|
|
1227
|
+
* <span class="colorSwath" style="background: #EEE8AA;"></span>
|
|
1228
|
+
*
|
|
1229
|
+
* @constant
|
|
1230
|
+
* @type {Color}
|
|
1231
|
+
*/
|
|
1232
|
+
static PALEGOLDENROD: any;
|
|
1233
|
+
/**
|
|
1234
|
+
* An immutable Color instance initialized to CSS color #98FB98
|
|
1235
|
+
* <span class="colorSwath" style="background: #98FB98;"></span>
|
|
1236
|
+
*
|
|
1237
|
+
* @constant
|
|
1238
|
+
* @type {Color}
|
|
1239
|
+
*/
|
|
1240
|
+
static PALEGREEN: any;
|
|
1241
|
+
/**
|
|
1242
|
+
* An immutable Color instance initialized to CSS color #AFEEEE
|
|
1243
|
+
* <span class="colorSwath" style="background: #AFEEEE;"></span>
|
|
1244
|
+
*
|
|
1245
|
+
* @constant
|
|
1246
|
+
* @type {Color}
|
|
1247
|
+
*/
|
|
1248
|
+
static PALETURQUOISE: any;
|
|
1249
|
+
/**
|
|
1250
|
+
* An immutable Color instance initialized to CSS color #DB7093
|
|
1251
|
+
* <span class="colorSwath" style="background: #DB7093;"></span>
|
|
1252
|
+
*
|
|
1253
|
+
* @constant
|
|
1254
|
+
* @type {Color}
|
|
1255
|
+
*/
|
|
1256
|
+
static PALEVIOLETRED: any;
|
|
1257
|
+
/**
|
|
1258
|
+
* An immutable Color instance initialized to CSS color #FFEFD5
|
|
1259
|
+
* <span class="colorSwath" style="background: #FFEFD5;"></span>
|
|
1260
|
+
*
|
|
1261
|
+
* @constant
|
|
1262
|
+
* @type {Color}
|
|
1263
|
+
*/
|
|
1264
|
+
static PAPAYAWHIP: any;
|
|
1265
|
+
/**
|
|
1266
|
+
* An immutable Color instance initialized to CSS color #FFDAB9
|
|
1267
|
+
* <span class="colorSwath" style="background: #FFDAB9;"></span>
|
|
1268
|
+
*
|
|
1269
|
+
* @constant
|
|
1270
|
+
* @type {Color}
|
|
1271
|
+
*/
|
|
1272
|
+
static PEACHPUFF: any;
|
|
1273
|
+
/**
|
|
1274
|
+
* An immutable Color instance initialized to CSS color #CD853F
|
|
1275
|
+
* <span class="colorSwath" style="background: #CD853F;"></span>
|
|
1276
|
+
*
|
|
1277
|
+
* @constant
|
|
1278
|
+
* @type {Color}
|
|
1279
|
+
*/
|
|
1280
|
+
static PERU: any;
|
|
1281
|
+
/**
|
|
1282
|
+
* An immutable Color instance initialized to CSS color #FFC0CB
|
|
1283
|
+
* <span class="colorSwath" style="background: #FFC0CB;"></span>
|
|
1284
|
+
*
|
|
1285
|
+
* @constant
|
|
1286
|
+
* @type {Color}
|
|
1287
|
+
*/
|
|
1288
|
+
static PINK: any;
|
|
1289
|
+
/**
|
|
1290
|
+
* An immutable Color instance initialized to CSS color #DDA0DD
|
|
1291
|
+
* <span class="colorSwath" style="background: #DDA0DD;"></span>
|
|
1292
|
+
*
|
|
1293
|
+
* @constant
|
|
1294
|
+
* @type {Color}
|
|
1295
|
+
*/
|
|
1296
|
+
static PLUM: any;
|
|
1297
|
+
/**
|
|
1298
|
+
* An immutable Color instance initialized to CSS color #B0E0E6
|
|
1299
|
+
* <span class="colorSwath" style="background: #B0E0E6;"></span>
|
|
1300
|
+
*
|
|
1301
|
+
* @constant
|
|
1302
|
+
* @type {Color}
|
|
1303
|
+
*/
|
|
1304
|
+
static POWDERBLUE: any;
|
|
1305
|
+
/**
|
|
1306
|
+
* An immutable Color instance initialized to CSS color #800080
|
|
1307
|
+
* <span class="colorSwath" style="background: #800080;"></span>
|
|
1308
|
+
*
|
|
1309
|
+
* @constant
|
|
1310
|
+
* @type {Color}
|
|
1311
|
+
*/
|
|
1312
|
+
static PURPLE: any;
|
|
1313
|
+
/**
|
|
1314
|
+
* An immutable Color instance initialized to CSS color #FF0000
|
|
1315
|
+
* <span class="colorSwath" style="background: #FF0000;"></span>
|
|
1316
|
+
*
|
|
1317
|
+
* @constant
|
|
1318
|
+
* @type {Color}
|
|
1319
|
+
*/
|
|
1320
|
+
static RED: any;
|
|
1321
|
+
/**
|
|
1322
|
+
* An immutable Color instance initialized to CSS color #BC8F8F
|
|
1323
|
+
* <span class="colorSwath" style="background: #BC8F8F;"></span>
|
|
1324
|
+
*
|
|
1325
|
+
* @constant
|
|
1326
|
+
* @type {Color}
|
|
1327
|
+
*/
|
|
1328
|
+
static ROSYBROWN: any;
|
|
1329
|
+
/**
|
|
1330
|
+
* An immutable Color instance initialized to CSS color #4169E1
|
|
1331
|
+
* <span class="colorSwath" style="background: #4169E1;"></span>
|
|
1332
|
+
*
|
|
1333
|
+
* @constant
|
|
1334
|
+
* @type {Color}
|
|
1335
|
+
*/
|
|
1336
|
+
static ROYALBLUE: any;
|
|
1337
|
+
/**
|
|
1338
|
+
* An immutable Color instance initialized to CSS color #8B4513
|
|
1339
|
+
* <span class="colorSwath" style="background: #8B4513;"></span>
|
|
1340
|
+
*
|
|
1341
|
+
* @constant
|
|
1342
|
+
* @type {Color}
|
|
1343
|
+
*/
|
|
1344
|
+
static SADDLEBROWN: any;
|
|
1345
|
+
/**
|
|
1346
|
+
* An immutable Color instance initialized to CSS color #FA8072
|
|
1347
|
+
* <span class="colorSwath" style="background: #FA8072;"></span>
|
|
1348
|
+
*
|
|
1349
|
+
* @constant
|
|
1350
|
+
* @type {Color}
|
|
1351
|
+
*/
|
|
1352
|
+
static SALMON: any;
|
|
1353
|
+
/**
|
|
1354
|
+
* An immutable Color instance initialized to CSS color #F4A460
|
|
1355
|
+
* <span class="colorSwath" style="background: #F4A460;"></span>
|
|
1356
|
+
*
|
|
1357
|
+
* @constant
|
|
1358
|
+
* @type {Color}
|
|
1359
|
+
*/
|
|
1360
|
+
static SANDYBROWN: any;
|
|
1361
|
+
/**
|
|
1362
|
+
* An immutable Color instance initialized to CSS color #2E8B57
|
|
1363
|
+
* <span class="colorSwath" style="background: #2E8B57;"></span>
|
|
1364
|
+
*
|
|
1365
|
+
* @constant
|
|
1366
|
+
* @type {Color}
|
|
1367
|
+
*/
|
|
1368
|
+
static SEAGREEN: any;
|
|
1369
|
+
/**
|
|
1370
|
+
* An immutable Color instance initialized to CSS color #FFF5EE
|
|
1371
|
+
* <span class="colorSwath" style="background: #FFF5EE;"></span>
|
|
1372
|
+
*
|
|
1373
|
+
* @constant
|
|
1374
|
+
* @type {Color}
|
|
1375
|
+
*/
|
|
1376
|
+
static SEASHELL: any;
|
|
1377
|
+
/**
|
|
1378
|
+
* An immutable Color instance initialized to CSS color #A0522D
|
|
1379
|
+
* <span class="colorSwath" style="background: #A0522D;"></span>
|
|
1380
|
+
*
|
|
1381
|
+
* @constant
|
|
1382
|
+
* @type {Color}
|
|
1383
|
+
*/
|
|
1384
|
+
static SIENNA: any;
|
|
1385
|
+
/**
|
|
1386
|
+
* An immutable Color instance initialized to CSS color #C0C0C0
|
|
1387
|
+
* <span class="colorSwath" style="background: #C0C0C0;"></span>
|
|
1388
|
+
*
|
|
1389
|
+
* @constant
|
|
1390
|
+
* @type {Color}
|
|
1391
|
+
*/
|
|
1392
|
+
static SILVER: any;
|
|
1393
|
+
/**
|
|
1394
|
+
* An immutable Color instance initialized to CSS color #87CEEB
|
|
1395
|
+
* <span class="colorSwath" style="background: #87CEEB;"></span>
|
|
1396
|
+
*
|
|
1397
|
+
* @constant
|
|
1398
|
+
* @type {Color}
|
|
1399
|
+
*/
|
|
1400
|
+
static SKYBLUE: any;
|
|
1401
|
+
/**
|
|
1402
|
+
* An immutable Color instance initialized to CSS color #6A5ACD
|
|
1403
|
+
* <span class="colorSwath" style="background: #6A5ACD;"></span>
|
|
1404
|
+
*
|
|
1405
|
+
* @constant
|
|
1406
|
+
* @type {Color}
|
|
1407
|
+
*/
|
|
1408
|
+
static SLATEBLUE: any;
|
|
1409
|
+
/**
|
|
1410
|
+
* An immutable Color instance initialized to CSS color #708090
|
|
1411
|
+
* <span class="colorSwath" style="background: #708090;"></span>
|
|
1412
|
+
*
|
|
1413
|
+
* @constant
|
|
1414
|
+
* @type {Color}
|
|
1415
|
+
*/
|
|
1416
|
+
static SLATEGRAY: any;
|
|
1417
|
+
/**
|
|
1418
|
+
* An immutable Color instance initialized to CSS color #708090
|
|
1419
|
+
* <span class="colorSwath" style="background: #708090;"></span>
|
|
1420
|
+
*
|
|
1421
|
+
* @constant
|
|
1422
|
+
* @type {Color}
|
|
1423
|
+
*/
|
|
1424
|
+
static SLATEGREY: any;
|
|
1425
|
+
/**
|
|
1426
|
+
* An immutable Color instance initialized to CSS color #FFFAFA
|
|
1427
|
+
* <span class="colorSwath" style="background: #FFFAFA;"></span>
|
|
1428
|
+
*
|
|
1429
|
+
* @constant
|
|
1430
|
+
* @type {Color}
|
|
1431
|
+
*/
|
|
1432
|
+
static SNOW: any;
|
|
1433
|
+
/**
|
|
1434
|
+
* An immutable Color instance initialized to CSS color #00FF7F
|
|
1435
|
+
* <span class="colorSwath" style="background: #00FF7F;"></span>
|
|
1436
|
+
*
|
|
1437
|
+
* @constant
|
|
1438
|
+
* @type {Color}
|
|
1439
|
+
*/
|
|
1440
|
+
static SPRINGGREEN: any;
|
|
1441
|
+
/**
|
|
1442
|
+
* An immutable Color instance initialized to CSS color #4682B4
|
|
1443
|
+
* <span class="colorSwath" style="background: #4682B4;"></span>
|
|
1444
|
+
*
|
|
1445
|
+
* @constant
|
|
1446
|
+
* @type {Color}
|
|
1447
|
+
*/
|
|
1448
|
+
static STEELBLUE: any;
|
|
1449
|
+
/**
|
|
1450
|
+
* An immutable Color instance initialized to CSS color #D2B48C
|
|
1451
|
+
* <span class="colorSwath" style="background: #D2B48C;"></span>
|
|
1452
|
+
*
|
|
1453
|
+
* @constant
|
|
1454
|
+
* @type {Color}
|
|
1455
|
+
*/
|
|
1456
|
+
static TAN: any;
|
|
1457
|
+
/**
|
|
1458
|
+
* An immutable Color instance initialized to CSS color #008080
|
|
1459
|
+
* <span class="colorSwath" style="background: #008080;"></span>
|
|
1460
|
+
*
|
|
1461
|
+
* @constant
|
|
1462
|
+
* @type {Color}
|
|
1463
|
+
*/
|
|
1464
|
+
static TEAL: any;
|
|
1465
|
+
/**
|
|
1466
|
+
* An immutable Color instance initialized to CSS color #D8BFD8
|
|
1467
|
+
* <span class="colorSwath" style="background: #D8BFD8;"></span>
|
|
1468
|
+
*
|
|
1469
|
+
* @constant
|
|
1470
|
+
* @type {Color}
|
|
1471
|
+
*/
|
|
1472
|
+
static THISTLE: any;
|
|
1473
|
+
/**
|
|
1474
|
+
* An immutable Color instance initialized to CSS color #FF6347
|
|
1475
|
+
* <span class="colorSwath" style="background: #FF6347;"></span>
|
|
1476
|
+
*
|
|
1477
|
+
* @constant
|
|
1478
|
+
* @type {Color}
|
|
1479
|
+
*/
|
|
1480
|
+
static TOMATO: any;
|
|
1481
|
+
/**
|
|
1482
|
+
* An immutable Color instance initialized to CSS color #40E0D0
|
|
1483
|
+
* <span class="colorSwath" style="background: #40E0D0;"></span>
|
|
1484
|
+
*
|
|
1485
|
+
* @constant
|
|
1486
|
+
* @type {Color}
|
|
1487
|
+
*/
|
|
1488
|
+
static TURQUOISE: any;
|
|
1489
|
+
/**
|
|
1490
|
+
* An immutable Color instance initialized to CSS color #EE82EE
|
|
1491
|
+
* <span class="colorSwath" style="background: #EE82EE;"></span>
|
|
1492
|
+
*
|
|
1493
|
+
* @constant
|
|
1494
|
+
* @type {Color}
|
|
1495
|
+
*/
|
|
1496
|
+
static VIOLET: any;
|
|
1497
|
+
/**
|
|
1498
|
+
* An immutable Color instance initialized to CSS color #F5DEB3
|
|
1499
|
+
* <span class="colorSwath" style="background: #F5DEB3;"></span>
|
|
1500
|
+
*
|
|
1501
|
+
* @constant
|
|
1502
|
+
* @type {Color}
|
|
1503
|
+
*/
|
|
1504
|
+
static WHEAT: any;
|
|
1505
|
+
/**
|
|
1506
|
+
* An immutable Color instance initialized to CSS color #FFFFFF
|
|
1507
|
+
* <span class="colorSwath" style="background: #FFFFFF;"></span>
|
|
1508
|
+
*
|
|
1509
|
+
* @constant
|
|
1510
|
+
* @type {Color}
|
|
1511
|
+
*/
|
|
1512
|
+
static WHITE: any;
|
|
1513
|
+
/**
|
|
1514
|
+
* An immutable Color instance initialized to CSS color #F5F5F5
|
|
1515
|
+
* <span class="colorSwath" style="background: #F5F5F5;"></span>
|
|
1516
|
+
*
|
|
1517
|
+
* @constant
|
|
1518
|
+
* @type {Color}
|
|
1519
|
+
*/
|
|
1520
|
+
static WHITESMOKE: any;
|
|
1521
|
+
/**
|
|
1522
|
+
* An immutable Color instance initialized to CSS color #FFFF00
|
|
1523
|
+
* <span class="colorSwath" style="background: #FFFF00;"></span>
|
|
1524
|
+
*
|
|
1525
|
+
* @constant
|
|
1526
|
+
* @type {Color}
|
|
1527
|
+
*/
|
|
1528
|
+
static YELLOW: any;
|
|
1529
|
+
/**
|
|
1530
|
+
* An immutable Color instance initialized to CSS color #9ACD32
|
|
1531
|
+
* <span class="colorSwath" style="background: #9ACD32;"></span>
|
|
1532
|
+
*
|
|
1533
|
+
* @constant
|
|
1534
|
+
* @type {Color}
|
|
1535
|
+
*/
|
|
1536
|
+
static YELLOWGREEN: any;
|
|
1537
|
+
/**
|
|
1538
|
+
* An immutable Color instance initialized to CSS transparent.
|
|
1539
|
+
* <span class="colorSwath" style="background: transparent;"></span>
|
|
1540
|
+
*
|
|
1541
|
+
* @constant
|
|
1542
|
+
* @type {Color}
|
|
1543
|
+
*/
|
|
1544
|
+
static TRANSPARENT: Readonly<Color>;
|
|
1545
|
+
}
|