Color64ToOpaque Method

Gets a Color64 instance that represents this Color64 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 Color64 ToOpaque()

Return Value

Color64
A Color64 instance that represents this Color64 without alpha.

See Also