ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / ImGearColorSpace Constructor
Well-formed combination of ImGearColorSpaceIDs flags.




In This Topic
ImGearColorSpace Constructor
In This Topic
Initializes a new instance of the ImGearColorSpace struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As ImGearColorSpaceIDs _
)
 
'Usage
 
Dim value As ImGearColorSpaceIDs
 
Dim instance As New ImGearColorSpace(value)

Parameters

value
Well-formed combination of ImGearColorSpaceIDs flags.
Remarks
Initializes instance from combination of ImGearColorSpaceIDs flags. Pefroms verification of incoming value and throws ImGearException exception in case of any misfit. See ImGearColorSpaceIDs for information on valid combinations of flags.
See Also