ColorFToOpaque Method

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

Return Value

ColorF
A ColorF instance that represents this ColorF without alpha.

See Also