IsFullyTransparent

ArgbColor.IsFullyTransparent property

Indicates whether this ArgbColor instance is fully transparent - its Alpha channel has the min (0) value, so other R, G, and B channels has no visible effect.

public bool IsFullyTransparent { get; }

See Also