Color32ToOpaque Method
Gets a
Color32 instance that represents this
Color32 without alpha (transparency).
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public Color32 ToOpaque()
Public Function ToOpaque As Color32
public:
Color32 ToOpaque()
member ToOpaque : unit -> Color32
Return Value
Color32A
Color32 instance that represents this
Color32 without alpha.