ColorF Constructor(UInt32,Single)
In This Topic
Initializes a new instance of the
ColorF struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.UInteger, _
ByVal As System.Single _
)
public ColorF(
System.uint ,
System.float
)
Parameters
- rgb
- A packed unsigned integer containing three color components in RGB order.
- alpha
- The alpha component of the color.
See Also