ColorChooser

Document Actions
last edited 4 years ago by vahe_mikayelyan

description

This part is designed to create window with colrchooser on it.

figure

inpins

  1. GEOM(x, y, width, height) - ID=1 - sets parameters for the window
    • x – int
    • y – int
    • width – int
    • height – int
  2. SHOW() - ID=2 - makes window visible
  3. HIDE() - ID=3 - makes window invisible

outpins

  1. COLOR - ID=51 - selected color
  2. CLOSED - ID=52 - the window closed by user

links to CVS

source org.vcb.parts.ui.ColorChooser

configuration colorchooser.vcb