PColorFIsValid Property

Gets whether this PColorF instance represents a valid color. That is, when A, R, G and B fields are all between 0 and 1, and A is greater than or equal to R, G and B.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public bool IsValid { get; }

Property Value

Boolean

See Also