Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QBJS Color Problem (Solved!)
#8
THEIRS:
Code: (Select All)
G2D.Ellipse cx, cy, lastr, 29 / 35 * pr, 0, &HFF000000

YOURS:
Code: (Select All)
ellipse cx, cy, lastr, 29 / 35 * pr, &HFF000000


You're still missing one parameter before 32-bit color which is last.

Your sub headers to draw ellipse:

Code: (Select All)
Sub fEllipse (CX As Long, CY As Long, xRadius As Long, yRadius As Long, c As _Unsigned Long)

Sub ellipse (CX As Long, CY As Long, xRadius As Long, yRadius As Long, c As _Unsigned Long)

As dbox already said, you need "rotation" before "color" parameter.
Reply


Messages In This Thread
QBJS Color Problem (Solved!) - by bplus - 09-07-2023, 02:44 PM
RE: QBJS Color Problem - by dbox - 09-07-2023, 03:51 PM
RE: QBJS Color Problem - by bplus - 09-07-2023, 04:01 PM
RE: QBJS Color Problem - by dbox - 09-07-2023, 04:52 PM
RE: QBJS Color Problem - by bplus - 09-07-2023, 06:50 PM
RE: QBJS Color Problem - by dbox - 09-07-2023, 07:15 PM
RE: QBJS Color Problem - by bplus - 09-07-2023, 08:12 PM
RE: QBJS Color Problem - by mnrvovrfc - 09-07-2023, 09:01 PM
RE: QBJS Color Problem - by dbox - 09-07-2023, 09:25 PM
RE: QBJS Color Problem (Solved!) - by bplus - 09-07-2023, 10:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  CBASIC Conversion Problem eoredson 3 422 10-29-2025, 02:23 PM
Last Post: Jack
  Color-Changing Xmas Tree CharlieJV 0 485 02-10-2024, 07:12 PM
Last Post: CharlieJV
  BAM: Setup for a VIC-II (ish) color palette CharlieJV 1 587 08-26-2023, 09:24 AM
Last Post: johnno56

Forum Jump:


Users browsing this thread: