Color Chooser
#1

Hey all,
I'm searching for a color chooser application.
I have searched around all over the forum, nothing is working.
do you have any color choosing app that can I use it for finding colors?
Thanks.
Reply
#2

http://www.gtagarage.com/mods/show.php?id=2598
https://sampwiki.blast.hk/wiki/Color_Picker_Tool

I like the GTAGarage one best, Others just as good though
Reply
#3

Create a "color.inc" in /pawno/include/
and copy this code:
pawn Код:
#define brown 0x993300AA
#define black 0x00000000
#define grey 0xAFAFAFAA
#define greywhite 0xEEEEFFC4
#define white 0xFFFFFFAA
#define yellow 0xFFFF00AA
#define orange 0xFF9900AA
#define red 0xFF0000AA
#define darkred 0x660000AA
#define lightred 0xFF99AADD
#define pink 0xFF66FFAA
#define violet 0x9955DEEE
#define violet2 0x800080AA
#define lightblue 0x33CCFFAA
#define neutralblue 0xABCDEF01
#define mediumblue 0x63AFF00A
#define blue 0x0000BBAA
#define darkblue 0x300FFAAB
#define lightbluegreen 0x0FFDD349
#define darkgreen 0x12900BBF
#define green 0x33AA33AA
#define neutralgreen 0x81CFAB00
#define lightgreen 0x24FF0AB9
If you script anything you put on the top:
pawn Код:
#include <colors>
now you can use any color
Reply
#4

He didn't ask for colour defines.
Reply
#5

But if he wants he can use this, and it's easy to use...
Reply
#6

I use adobe photoshop for the color codes
If you have ps then you can very nice colors
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)