Get the foreground and background color info of an image

Use this step to fetch the foreground and background color information of an image

Last published at: February 13th, 2025

clsAzureMLGetColors Step

Description:

This step extracts an image's foreground and background color details using Azure ML.  

 

Inputs

  • varGlobalToStoreValue– Variable or global to hold the result
  • imageFilePath – file path to the image
 

 

Returns

  • True – step executed successfully
  • False – step failed to execute
 

 

 

Usage:

 

 

Example:

Let’s build and execute the “clsAzureMLGetColorsDef” example. 

  • Create a new process definition named “clsAzureMLGetColorsDef” and open it in designer mode. 
  • Drag a “clsAzureMLGetColors” step to the canvas.
  • Connect the dots between the “Start” and “clsAzureMLGetColors” steps, as shown above. 
  • Define a variable or a global to store the result.
  • Click the "clsAzureMLGetColors" step to configure its "Required" properties. Provide a name for the step. Provide the image file path on the app server. Provide a variable or global reference to store the result. Then click the Save button. Note: Click the "AI Predict" button for the Copilot to add new process steps that match your process description. 

 

  • The image file path indicates the location of the image on the server. The image is included here for reference.

 

  • The “Logging” configuration is necessary for documentation and also measures workflow progress and percent complete. This is achieved by configuring the step state and percent fields individually, as shown in the images below. Configure the “Logging” using the following properties.

 

  • To complete the configuration, go to Status > Settings > Configuration > Azure ML settings. A sample image is provided here for reference.   

 

  • Save the process definition, create a new instance, and execute it. The process will retrieve the image's foreground and background color details. Render the process instance, select the “clsAzureMLGetColors” step, and view the properties as shown below. 

 

 

Definition Sample:

You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page. 

Note: Please verify and complete the process steps for any missing configurations, such as file path references and database connections, after the import. Then, save the definition to confirm the changes. 

Click here to download the sample file.