[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dora Colouring for the IIgs Beta 2



On Nov 26, 12:16 pm, "Bryan Parkoff" <nos...@nospam.com> wrote:
> Mike,
>
> > I'm not sure if you're asking for more than 16 colours or if you
> > simply want a different 16 colours?
>
> > The reason that I only use 16 colours is for programming simplicity,
> > providing a simple interface for kids, and also the fact that even
> > modern-day colouring-in programs generally only have about 16 colours
> > to choose from.
>
> > I do not plan on adding more than 16 colours, as I do not believe it
> > necessary for this kind of program.
>
>     Okay, I would suggest to have 64 colors on this screen.  A row of 16
> color boxes uses one palette.  You can have four rows on the top.  It will
> show 64 boxes with different 16 colors using 4 palettes.  It brings to a
> total 64 colors on four top rows.  Then Dora in the below of four rows is
> limited to 16 colors.  What happen when you click brown color on the first
> row?  You may notice that Dora's raised hand and face are on the same
> horizontal line.  You use brown color to fill the face.  Then, you choose
> pink color on the second row and fill it on the raised hand.  You may be
> surprised to notice that filled color in the face may change.  It is because
> horizontal line overwrites previous first palette to seocnd palettes when
> horizontal line is always limited to 16 colors.
>     I wish you a good luck to give a big effort.
>
> Bryan Parkoff

Bryan,

As I mention before, my daughter has other modern day colouring-in
type programs running on Windows XP, and they only have a pallete of
about 16 colours. I figure if its good enough for modern-day programs,
its good enough for me.   :-)

I know that it is technically possible to push the SHR screen to use a
different palette per scan line (i.e. 3200 colour images), I just
don't believe that it necessary for a kids colouring-in program. At
present, all the images are created using the default 16 colour
palette (otherwise the pallete would be different for each image) and
the program simply uses the palette info stored with the images.

I could look at tailoring the palette used in the program if people
think the colours provided aren't adequate enough, but I don't want to
have to go with more than 16 colours. It just increases the complexity
of the program both for me to be able to program it, and to the kids
who would then have a multitude of colours to choose from.

I will be releasing the source code soon, so feel free to enhance it
to use more than 16 colours if you would like to see this
feature.   ;-)

cheers,
Mike