Click or drag to resize

ColorGradientMenu Class

[Missing <summary> documentation for "T:Karamba.GHopper.Utilities.UIWidgets.ColorGradientMenu"]

Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsColorGradientMenu

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public class ColorGradientMenu

The ColorGradientMenu type exposes the following members.

Constructors
  NameDescription
Public methodColorGradientMenu
Initializes a new instance of the ColorGradientMenu class
Top
Properties
  NameDescription
Public propertygradientIndex
Public propertyisSet
return true if the user selected a color.
Top
Methods
  NameDescription
Public methodAppendColorGradientMenu
Public methodAppendColorGradientMenuItems_Empty
add an empty gradient for unselecting.
Public methodAppendColorGradientMenuItems_IniFile
append gradients defined in the karamba.ini-file.
Public methodAppendColorGradientMenuItems_Presets
append the preset gradients.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnGradientMenuMouseDown
Public methodplotColors
return the list of colors.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also