Class | Fox::FXGradient |
In: |
rdoc-sources/FXGradientBar.rb
|
Parent: | Object |
An FXGradientBar widget is defined in part by its array of "segments", each of which is an FXGradient instance. An FXGradient instance defines the properties of one segment, namely, the lower, middle and upper values (all Floats); the lower and upper color values; and the blending mode for the segment.
blend | [RW] | Blend mode [Integer] |
lower | [RW] | Lower value [Float] |
lowerColor | [RW] | Lower color [FXColor] |
middle | [RW] | Middle value [Float] |
upper | [RW] | Upper value [Float] |
upperColor | [RW] | Upper color [FXColor] |