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