PColor32Clip Method

Returns a valid PColor32 instance by clipping the possibly exceeding original RGB 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 PColor32 Clip()

Return Value

PColor32
A valid PColor32 instance by clipping the possibly exceeding original RGB values.

See Also