PColorFClip Method

Returns a valid PColorF 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 PColorF Clip()

Return Value

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

See Also