ComponentOne Bitmap for UWP
ColorF Constructor(ColorF,Single)

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

Parameters

value
The source ColorF.
alpha
The alpha component of the color.
See Also

Reference

ColorF Structure
ColorF Members
Overload List