ComponentOne Bitmap for UWP
ColorF Constructor(Single,Single,Single,Single)

C1.UWP.DX Assembly > C1.Util.DX Namespace > ColorF Structure > ColorF Constructor : ColorF Constructor(Single,Single,Single,Single)
The red component of the color.
The green component of the color.
The blue component of the color.
The alpha component of the color.
Initializes a new instance of the ColorF struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal red As System.Single, _
   ByVal green As System.Single, _
   ByVal blue As System.Single, _
   Optional ByVal alpha As System.Single _
)
public ColorF( 
   System.float red,
   System.float green,
   System.float blue,
   System.float alpha
)

Parameters

red
The red component of the color.
green
The green component of the color.
blue
The blue component of the color.
alpha
The alpha component of the color.
See Also

Reference

ColorF Structure
ColorF Members
Overload List