Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So frustrating!
#10
Red~& = _RGB32(255, 0, 0)
Green~& = _RGB32(0, 255, 0) ' very light green almost yellow
Blue~&  = _RGB32(0, 0, 255)
Yellow~& = _RGB32(255, 255, 0)
Purple~& = _RGB32(255, 0, 255)
Cyan~& = _RGB32(0, 255, 255)
Black~& = _RGB32(0, 0, 0)
White~& = _RGB32(255, 255, 255)

see _RGB32 in Wiki for complete description.

So red print on blue paper:
Color _RGB32(255, 0, 0), _RGB32(0, 0, 255)

Where you see 255 you can replace with number 0 to 255 for different shades.
b = b + ...
Reply


Messages In This Thread
So frustrating! - by PhilOfPerth - 03-09-2023, 07:30 AM
RE: So frustrating! - by bplus - 03-09-2023, 07:56 AM
RE: So frustrating! - by PhilOfPerth - 03-09-2023, 08:27 AM
RE: So frustrating! - by bplus - 03-09-2023, 08:32 AM
RE: So frustrating! - by mnrvovrfc - 03-09-2023, 10:45 AM
RE: So frustrating! - by a740g - 03-09-2023, 10:59 AM
RE: So frustrating! - by PhilOfPerth - 03-09-2023, 10:36 PM
RE: So frustrating! - by mnrvovrfc - 03-10-2023, 06:48 AM
RE: So frustrating! - by bplus - 03-09-2023, 11:21 PM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 04:21 AM
RE: So frustrating! - by bplus - 03-10-2023, 05:35 AM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 06:26 AM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 10:10 AM



Users browsing this thread: 17 Guest(s)