16 #ifndef QGsLIMITEDRANDOMCOLORRAMPDIALOG_H 17 #define QGsLIMITEDRANDOMCOLORRAMPDIALOG_H 23 #include "ui_qgslimitedrandomcolorrampwidgetbase.h" 67 void setCount(
int val );
69 void setHue1(
int val );
71 void setHue2(
int val );
73 void setSat1(
int val );
75 void setSat2(
int val );
77 void setVal1(
int val );
79 void setVal2(
int val );
QgsLimitedRandomColorRamp ramp() const
Returns a color ramp representing the current settings from the dialog.
A dialog which allows users to modify the properties of a QgsLimitedRandomColorRamp.
Constrained random color ramp, which returns random colors based on preset parameters.
void setRamp(const QgsLimitedRandomColorRamp &ramp)
Sets the color ramp to show in the dialog.