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