Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
palette color help
#1
hi, i am using qb64 pe... I am trying to change a pallete color of one pixel to another (copy a pixel using point(x,y)

i have a screen mode of (512,256 in 32) screen

screen  _newimage (512,256,32)

// old point

a=point (oldx,oldy)

// new color

b=point (newx,newy)
_palletcolor a,b

i am reading the pallet color from a palette image i made with colors... it is a pop up so i click the old color. window pops up. i click the new color from pallet and it changes to new color

help please. i is only changing to blue....
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
        IF E = -1 THEN
            PA! = POINT(_MOUSEX, _MOUSEY)
            _PUTIMAGE (104, 80), GPALETTE,: _DISPLAY
            DO
                A = _MOUSEINPUT
                IF _MOUSEBUTTON(1) = -1 THEN PB! = POINT(_MOUSEX, _MOUSEY): _PALETTECOLOR PA!, PB!: _DISPLAY: EXIT DO
                LOCATE 1, 1: PRINT _MOUSEX, _MOUSEY, A: _DISPLAY
            LOOP
        END IF
Reply


Messages In This Thread
palette color help - by pmackay - 07-13-2025, 04:17 AM
RE: palette color help - by SMcNeill - 07-13-2025, 04:26 AM
RE: palette color help - by madscijr - 07-13-2025, 04:06 PM
RE: palette color help - by SMcNeill - 07-13-2025, 05:53 PM
RE: palette color help - by madscijr - 07-13-2025, 11:51 PM
RE: palette color help - by bplus - 07-13-2025, 10:20 AM
RE: palette color help - by bplus - 07-13-2025, 05:09 PM
RE: palette color help - by a740g - 07-13-2025, 06:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  find color of a pixel PhilOfPerth 8 764 10-09-2025, 05:20 PM
Last Post: SMcNeill
  Trasparent color not being set correctly here... Dav 9 1,563 11-10-2024, 04:11 AM
Last Post: bplus
  Error displaying 256 color PCX image program? macalwen 8 1,687 07-05-2024, 01:39 PM
Last Post: SMcNeill
  Using color in Draw string PhilOfPerth 30 5,108 04-09-2024, 09:52 PM
Last Post: TerryRitchie
  Color Extraction Developer Insights TerryRitchie 11 2,009 01-28-2024, 09:05 PM
Last Post: SMcNeill

Forum Jump:


Users browsing this thread: 1 Guest(s)