You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -286,7 +286,7 @@ function improve(): ImproveAction {
286
286
* @description
287
287
* Maps an input color and those similar to the input color to corresponding shades of a specified output color, taking luminosity and chroma into account, in order to recolor an object in a natural way.</br>
288
288
* More highly saturated input colors usually give the best results. It is recommended to avoid input colors approaching white, black, or gray.
Copy file name to clipboardExpand all lines: src/actions/adjust/ReplaceColorAction.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import {Qualifier} from "../../internal/qualifier/Qualifier.js";
7
7
* Maps an input color and those similar to the input color to corresponding shades of a specified output color, taking luminosity and chroma into account, in order to recolor objects in your image in a natural way.</br>
8
8
* More highly saturated input colors usually give the best results. It is recommended to avoid input colors approaching white, black, or gray.</br>
@@ -25,7 +25,7 @@ import RemoteAction from "./customFunction/RemoteAction.js";
25
25
/**
26
26
* @summary action
27
27
* @description - Calls a custom function. </br>
28
-
* For more information about remote custom functions see {@link https://cloudinary.com/documentation/custom_functions#remote_functions | the documentation}
28
+
* For more information about remote custom functions see {@link https://cloudinary.com/documentation/custom_functions#remote_functions|the documentation}
29
29
* @param {string} path - Specifies the URL of the remote custom function.
30
30
* @memberOf Actions.CustomFunction
31
31
* @return {Actions.CustomFunctionAction}
@@ -38,7 +38,7 @@ function remote(path:string): RemoteAction {
38
38
/**
39
39
* @summary action
40
40
* @description - Calls a custom function. </br>
41
-
* For more information about wasm custom functions see {@link https://cloudinary.com/documentation/custom_functions#webassembly_functions | the documentation}
41
+
* For more information about wasm custom functions see {@link https://cloudinary.com/documentation/custom_functions#webassembly_functions|the documentation}
42
42
* @param {string} publicID - Specifies the publicID of the custom function stored in Cloudinary
Copy file name to clipboardExpand all lines: src/actions/effect.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ function outline(): EffectOutline {
136
136
/**
137
137
* @summary action
138
138
* @description Applies a complex deep learning neural network algorithm that extracts artistic styles from a source image and applies them to the content of a target photograph.<br/>
0 commit comments