[]
        
(Showing Draft Content)

C1.C1Preview.Utils.IsColorEmpty

IsColorEmpty Method

IsColorEmpty(Color)

Tests whether the specified color is invisible (i.e. equals Empty or Transparent).

Declaration
public static bool IsColorEmpty(Color color)
Parameters
Type Name Description
Color color

The color to test.

Returns
Type Description
bool

true if the specified color is invisible, false otherwise.