Search
Color.fromArgb Method
See Also
 






Creates a Color instance from alpha, red, green and blue values.

Namespace: MindFusion.Drawing
File: Color.js

 Syntax

JavaScript  Copy Code

function fromArgb (alpha, red, green, blue)

 Parameters

alpha

The alpha value.

red

The red value.

green

The green value.

blue

The blue value.

 Return Value

The new Color instance.

 See Also