Creates a color from the specified red, green, and blue values.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C#
![]() |
---|
TColor CreateColor ( |
Visual Basic
![]() |
---|
Function CreateColor( _ |
The alpha component value for the new color.
The red component value for the new color.
The green component value for the new color.
The blue component value for the new color.
The newly created color object.