public class UiFunctions extends Object
| Constructor and Description |
|---|
UiFunctions()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
rgb(ExecutionContext ctx,
Decimal red,
Decimal green,
Decimal blue)
Returns a string used to represent a color given by red, green and blue
components.
|
public String rgb(ExecutionContext ctx, Decimal red, Decimal green, Decimal blue) throws ErrorException
"#ff0000" for red.ctx - red - green - blue - ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.