'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.