Initializes a new instance of the
ColorF struct.
シンタックス
'宣言
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
Optional ByVal As System.Single _
)
public ColorF(
System.float ,
System.float ,
System.float ,
System.float
)
パラメータ
- 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.
参照