ImageGear .NET - Updated
ImGearMaskSpotChannelInfo Constructor




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMaskSpotChannelInfo Class : ImGearMaskSpotChannelInfo Constructor
ImGearMaskChannelModes value.
Vendor ID of the spot color.
Spot color ID in Vendor's color book.
Initializes a new instance of the ImGearMaskSpotChannelInfo class by using mode, color space and color value.
Syntax
'Declaration
 
Public Function New( _
   ByVal mode As ImGearMaskChannelModes, _
   ByVal vendorId As ImGearSpotColorVendorID, _
   ByVal colorId As Long _
)
'Usage
 
Dim mode As ImGearMaskChannelModes
Dim vendorId As ImGearSpotColorVendorID
Dim colorId As Long
 
Dim instance As New ImGearMaskSpotChannelInfo(mode, vendorId, colorId)
public ImGearMaskSpotChannelInfo( 
   ImGearMaskChannelModes mode,
   ImGearSpotColorVendorID vendorId,
   long colorId
)
public: ImGearMaskSpotChannelInfo( 
   ImGearMaskChannelModes mode,
   ImGearSpotColorVendorID vendorId,
   long colorId
)
public:
ImGearMaskSpotChannelInfo( 
   ImGearMaskChannelModes mode,
   ImGearSpotColorVendorID vendorId,
   int64 colorId
)

Parameters

mode
ImGearMaskChannelModes value.
vendorId
Vendor ID of the spot color.
colorId
Spot color ID in Vendor's color book.
See Also

Reference

ImGearMaskSpotChannelInfo Class
ImGearMaskSpotChannelInfo Members
ImGearMaskChannelModes Enumeration
ImGearSpotColorVendorID Enumeration