Initializes a new instance of the
ColorFstruct.
シンタックス
'宣言
Public Function New( _
ByVal As System.UInteger, _
ByVal As System.Single _
)
public ColorF(
System.uint ,
System.float
)
パラメータ
- rgb
- A packed unsigned integer containing three color components in RGB order.
- alpha
- The alpha component of the color.
参照