ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / IsWellFormed Method
Color space ID.




In This Topic
    IsWellFormed Method (ImGearColorSpace)
    In This Topic
    Verifies whether color space combination is valid (supported).
    Syntax
    'Declaration
     
    Public Shared Function IsWellFormed( _
       ByVal value As ImGearColorSpaceIDs _
    ) As Boolean
    'Usage
     
    Dim value As ImGearColorSpaceIDs
    Dim value As Boolean
     
    value = ImGearColorSpace.IsWellFormed(value)
    public static bool IsWellFormed( 
       ImGearColorSpaceIDs value
    )
    public: static bool IsWellFormed( 
       ImGearColorSpaceIDs value
    ) 
    public:
    static bool IsWellFormed( 
       ImGearColorSpaceIDs value
    ) 

    Parameters

    value
    Color space ID.

    Return Value

    Boolean value.
    Remarks
    See ImGearColorSpaceIDs for information on valid combinations of flags.
    See Also