setColor Method

Summary

Sets the color of the progress bar.

Syntax
TypeScript
JavaScript
ProgressLoading.prototype.setColor = function( 
   r, 
   g, 
   b 
) 
setColor( 
   r: number, 
   g: number, 
   b: number 
): void; 

Parameters

r

The red value.

g

The green value.

b

The blue value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly