ColorF(Color32) Constructor
Initializes a new instance of the
ColorF struct from a
Color32 instance.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
public ColorF(
Color32 c
)
Public Sub New (
c As Color32
)
public:
ColorF(
Color32 c
)
new :
c : Color32 -> ColorF
Parameters
- c Color32
- A Color32 structure to initialize a new instance of ColorF from.