Home
last modified time | relevance | path

Searched refs:black (Results 1 – 25 of 174) sorted by relevance

1234567

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-svg-graphics.md20 …<line x1="180" x2="280" y1="500" y2="500" stroke-width="4" fill="white" stroke="black"></line> …
21 …<line x1="230" x2="230" y1="450" y2="550" stroke-width="4" fill="white" stroke="black"></line> …
23 <circle cx="380" cy="625" r="20" fill="black"></circle> //门把手
H A Dui-js-animate-background-position-style.md34 border: 1px solid black;
44 border: 1px solid black;
H A Dui-js-animate-transform.md49 border: 1px solid black;
63 border: 1px solid black;
72 background-color: black;
80 background-color: black;
129 background-color: black;
H A Dui-js-components-toolbar.md153 itemColor:'black'
184 …item.option}}" icon="{{item.icon}}" style="color: {{active == $idx?'red':'black'}};background-colo…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-line.md43 …<line x1="10" x2="300" y1="200" y2="200" stroke-width="10" stroke="black" stroke-linecap="round"><…
45 …<line x1="10" x2="300" y1="220" y2="220" stroke-width="10" stroke="black" stroke-linecap="butt"></…
47 …<line x1="10" x2="300" y1="240" y2="240" stroke-width="10" stroke="black" stroke-linecap="square">…
H A Djs-components-svg-animatetransform.md104 <polygon points="60,30 90,90 30,90" fill="black">
164 <path stroke="black" fill="none" stroke-linejoin="miter" stroke-miterlimit="1" id="p2"
170 <polygon points="60,20 90,80 30,80" fill="black">
178 … <line x1="10" x2="300" y1="280" y2="280" stroke-width="10" stroke="black" stroke-linecap="square">
182 <polyline points="10,380 50,335 50,385 100,310" fill="white" stroke="black">
H A Djs-components-svg-textpath.md35 | fill | &lt;color&gt; | black | 字体填充颜色。<br/>默认值:black
39 | stroke | &lt;color&gt; | black | 绘制字体边框并指定颜色。<br/>默认值:black
102 … Q40,40 40,160 Q40,280 180,280 Q280,280 300,200" font-size="30px" stroke="black" stroke-width="1" >
H A Djs-components-svg-text.md38 | fill | &lt;color&gt; | black | 否 | 字体填充颜色 …
41 | stroke | &lt;color&gt; | black | 否 | 绘制字体边框并指定颜色 …
H A Djs-components-svg-tspan.md35 | fill | &lt;color&gt; | black | 否 | 字体填充颜色。 …
38 | stroke | &lt;color&gt; | black | 否 | 绘制字体边框并指定颜色。 …
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-svg-graphics.md20 …<line x1="180" x2="280" y1="500" y2="500" stroke-width="4" fill="white" stroke="black"></line> …
21 …<line x1="230" x2="230" y1="450" y2="550" stroke-width="4" fill="white" stroke="black"></line> …
23 <circle cx="380" cy="625" r="20" fill="black"></circle> // Doorknob
H A Dui-js-animate-background-position-style.md35 border: 1px solid black;
45 border: 1px solid black;
H A Dui-js-animate-transform.md50 border: 1px solid black;
64 border: 1px solid black;
73 background-color: black;
81 background-color: black;
130 background-color: black;
/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dcolor_unit_test.cpp164 ColorType black = Color::Black(); variable
166 EXPECT_EQ(black.red, 0x00);
167 EXPECT_EQ(black.green, 0x00);
168 EXPECT_EQ(black.blue, 0x00);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-foreground-blur-style.md60black and white in the image is adjusted to create different shades of gray. The first parameter i…
H A Dts-universal-attributes-foreground-color.md38 // Draw a circle with a diameter of 150 and the default fill color black.
60 // Draw a circle with a diameter of 150 and the default fill color black.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-line.md44 …<line x1="10" x2="300" y1="200" y2="200" stroke-width="10" stroke="black" stroke-linecap="round"><…
46 …<line x1="10" x2="300" y1="220" y2="220" stroke-width="10" stroke="black" stroke-linecap="butt"></…
48 …<line x1="10" x2="300" y1="240" y2="240" stroke-width="10" stroke="black" stroke-linecap="square">…
H A Djs-components-svg-animatetransform.md105 <polygon points="60,30 90,90 30,90" fill="black">
165 <path stroke="black" fill="none" stroke-linejoin="miter" stroke-miterlimit="1" id="p2"
171 <polygon points="60,20 90,80 30,80" fill="black">
179 … <line x1="10" x2="300" y1="280" y2="280" stroke-width="10" stroke="black" stroke-linecap="square">
183 <polyline points="10,380 50,335 50,385 100,310" fill="white" stroke="black">
H A Djs-components-svg-textpath.md35 …l | &lt;color&gt; | black | Font fill color.<br>Default value: **b…
39 …roke | &lt;color&gt; | black | Stroke color.<br>Default value: **bla…
102 … Q40,40 40,160 Q40,280 180,280 Q280,280 300,200" font-size="30px" stroke="black" stroke-width="1" >
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_keyframe_animation_test.cpp113 auto black = RgbPalette::Black(); variable
117 auto startProperty = std::make_shared<RSAnimatableProperty<Color>>(black);
318 auto black = Vector4<Color>(RgbPalette::Black()); variable
320 auto startProperty = std::make_shared<RSAnimatableProperty<Vector4<Color>>>(black);
323 auto property = std::make_shared<RSAnimatableProperty<Vector4<Color>>>(black);
H A Drs_spring_animation_test.cpp212 auto black = RgbPalette::Black(); variable
214 auto property = std::make_shared<RSAnimatableProperty<Color>>(black);
219 auto startProperty = std::make_shared<RSAnimatableProperty<Color>>(black);
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/input/ButtonB30/
H A Dindex.css26 background-color:black;
68 background-color: black;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/rendernodegraphs/
H A Drender_node_single_post_process.rng18 "defaultOutputImage variants": "input | output | white | black",
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dcontainer-overview.md7 … bottom layer of non-linear containers is implemented through hash or red-black tree. [Linear cont…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-container-list-item.md43 | border-color | &lt;color&gt; | black | 否 | 使用简写属性设置元素的所有边框颜色。 |
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/base/PercentSupport/
H A Dindex.css40 background-color: black;

1234567