Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Color Class / IsVisible Method

In This Topic
    IsVisible Method
    In This Topic
    Returns a value indicating whether specified Color value represents some "visible" value, for example, this function returns false for transparent color.
    Syntax
    'Declaration
     
    
    Public Shared Function IsVisible( _
       ByVal value As C1Color _
    ) As Boolean
    public static bool IsVisible( 
       C1Color value
    )

    Parameters

    value
    See Also