Are there any ways to find the value of a panel object?
I'm making a paint program so it's very important. I have a list of panels as palette buttons and the user can ofcourse set the colors via a palette picker but I have no way to find what color they have chosen. I'd rather not create a whole new matching list to hold color objects if possible.
I'm making a paint program so it's very important. I have a list of panels as palette buttons and the user can ofcourse set the colors via a palette picker but I have no way to find what color they have chosen. I'd rather not create a whole new matching list to hold color objects if possible.