Color32ToOpaque Method

Gets a Color32 instance that represents this Color32 without alpha (transparency).

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public Color32 ToOpaque()

Return Value

Color32
A Color32 instance that represents this Color32 without alpha.

See Also