ColorFClip Method

Returns a valid ColorF instance by clipping the possibly exceeding ARGB values. If IsValid returns , then the result is the same as the original instance.

Definition

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

Return Value

ColorF
A valid ColorF instance by clipping the possibly exceeding ARGB values.

See Also