ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Add Method
Color book color object.




In This Topic
    Add Method (ImGearColorBook)
    In This Topic
    Adds a color to the color book.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal color As ImGearColorBookColor _
    ) 
    'Usage
     
    Dim instance As ImGearColorBook
    Dim color As ImGearColorBookColor
     
    instance.Add(color)
    public void Add( 
       ImGearColorBookColor color
    )
    public: void Add( 
       ImGearColorBookColor* color
    ) 
    public:
    void Add( 
       ImGearColorBookColor^ color
    ) 

    Parameters

    color
    Color book color object.
    See Also