'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)
public static ImGearColorBook Create( ImGearSpotColorVendorID vendorId, string title, ImGearColorSpaceIDs colorType )
public: static ImGearColorBook* Create( ImGearSpotColorVendorID vendorId, string* title, ImGearColorSpaceIDs colorType )
public: static ImGearColorBook^ Create( ImGearSpotColorVendorID vendorId, String^ title, ImGearColorSpaceIDs colorType )
Parameters
- vendorId
 - Color book vendor ID.
 - title
 - Color book title.
 - colorType
 - Color type.
 
Return Value
ImGearColorBook class object.