ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearColorBookColor Class : ImGearColorBookColor Constructor |
'Declaration Public Function New( _ ByVal name As String, _ ByVal id As Long, _ ByVal color As ImGearPixel, _ ByVal colorType As ImGearColorSpaceIDs _ )
'Usage Dim name As String Dim id As Long Dim color As ImGearPixel Dim colorType As ImGearColorSpaceIDs Dim instance As New ImGearColorBookColor(name, id, color, colorType)
public ImGearColorBookColor( string name, long id, ImGearPixel color, ImGearColorSpaceIDs colorType )
public: ImGearColorBookColor( string* name, long id, ImGearPixel* color, ImGearColorSpaceIDs colorType )
public: ImGearColorBookColor( String^ name, int64 id, ImGearPixel^ color, ImGearColorSpaceIDs colorType )