ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Create Method
Color book vendor ID.
Color book title.
Color type.




In This Topic
    Create Method (ImGearColorBook)
    In This Topic
    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