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