ImageGear .NET v25.1 - Updated
Create Method (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : Create Method
Color book vendor ID.
Color book title.
Color type.
Creates and initializes an instance of ImGearColorBook class.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal vendorId As ImGearSpotColorVendorID, _
   ByVal title As String, _
   ByVal colorType As ImGearColorSpaceIDs _
) As ImGearColorBook
'Usage
 
Dim vendorId As ImGearSpotColorVendorID
Dim title As String
Dim colorType As ImGearColorSpaceIDs
Dim value As ImGearColorBook
 
value = ImGearColorBook.Create(vendorId, title, colorType)

Parameters

vendorId
Color book vendor ID.
title
Color book title.
colorType
Color type.

Return Value

ImGearColorBook class object.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members
ImGearSpotColorVendorID Enumeration
ImGearColorSpaceIDs Enumeration