MindFusion.Wpf Pack Programmer's Guide
IPlatformHelper(TColor, TImage).CreateColor Method (Int32, Int32, Int32)
See Also
 





Creates a color from the specified red, green, and blue values.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

TColor CreateColor (
    int r,
    int g,
    int b
)

Visual Basic  Copy Code

Function CreateColor( _
    r As Integer, _
    g As Integer, _
    b As Integer _
) As TColor

 Parameters

r

The red component value for the new color.

g

The green component value for the new color.

b

The blue component value for the new color.

 Return Value

The newly created color object.

 See Also

CreateColor Method Overload List
IPlatformHelper(TColor, TImage) Members
IPlatformHelper(TColor, TImage) Interface
MindFusion.Vsx Namespace