GimpUi.ScaleEntry.prototype.set_logarithmic
function set_logarithmic(logarithmic: Boolean): void {
// Gjs wrapper for gimp_scale_entry_set_logarithmic()
}
Sets whether entry's scale widget will behave in a linear or logarithmic fashion. Useful when an entry has to attend large ranges, but smaller selections on that range require a finer adjustment.
Since 2.2
- logarithmic
a boolean value to set or reset logarithmic behavior of the scale widget