asposediagram.api

Class ColorEntry

Contains a color table entry. Each color table entry specifies a standard color that is available for application to objects such as shapes, text, and layers in the document.

Constructor Summary
ColorEntry()
Constructor.
 
Property Getters/Setters Summary
methodgetColor()
method
setColor(value)
           Represents an ARGB color.
methodgetIX()
method
setIX(value)
           Required int. The zero-based index of the element within its parent element.
 

    • Constructor Detail

      • ColorEntry

        ColorEntry()
        Constructor.
    • Property Getters/Setters Detail

      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        Required int. The zero-based index of the element within its parent element.
      • getColor/setColor : Color 

        Color getColor() / setColor(value)
        
        Represents an ARGB color.