Home
last modified time | relevance | path

Searched refs:thresholdRange (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md471 | thresholdRange | number | 是 | 阈值范围。<br/>**说明:**<br/>灰度阈值上下偏移thresholdRange构成阈值区间,背景颜色灰度值在区间内取值…
713 thresholdRange: 0.2
719 thresholdRange: 0.2
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkClassDefine.ts428 thresholdRange: number;
433 this.thresholdRange = undefined;
H A DArkComponent.ts737 (this.value as InvertOptions).thresholdRange);
745 …(this.stageValue as InvertOptions).thresholdRange === (this.value as InvertOptions).thresholdRange
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md469 | thresholdRange | number | Yes | Threshold value range.<br>**NOTE**<br>This range defines the up…
693 thresholdRange:0.2
699 thresholdRange:0.2
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2327 double thresholdRange = 0.0; in SetInvert() local
2337 if (ArkTSUtils::ParseJsDouble(vm, optionThresholdRangeArg, thresholdRange)) { in SetInvert()
2338 invert[NUM_3] = std::clamp(thresholdRange, 0.0, 1.0); in SetInvert()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7195 double thresholdRange = 0.0; in ParseInvertProps() local
7196 if (ParseJsonDouble(argsPtrItem->GetValue("thresholdRange"), thresholdRange)) { in ParseInvertProps()
7197 option.thresholdRange_ = std::clamp(thresholdRange, 0.0, 1.0); in ParseInvertProps()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js617 …node, undefined, this.value.low, this.value.high, this.value.threshold, this.value.thresholdRange);
625 this.stageValue.thresholdRange == this.value.thresholdRange);
15531 this.thresholdRange = undefined;