class Iup::ColorDialog

A predefined modal dialog used for selecting a color.

Example

dlg = Iup::ColorDialog.new do |d|
  d.title = "select a new color"
end
dlg.popup
p dlg.value # retrieve the selected color

Also see: Iup.get_color