Thread: D3D COLORS

Results 1 to 6 of 6

Threaded View

  1. #1
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent

    D3D COLORS

    Code:
    /*********************Normal Colors*********************/
    #define WHITE			D3DCOLOR_ARGB(255,255,255,255)
    #define RED			D3DCOLOR_ARGB(255,255,000,000)
    #define GREEN			D3DCOLOR_ARGB(255,000,255,000)
    #define BLUE			D3DCOLOR_ARGB(255,000,000,255)
    #define BLACK			D3DCOLOR_ARGB(255,000,000,000)
    #define TRANSBLACK              D3DCOLOR_ARGB(225,000,000,000)
    #define PURPLE			D3DCOLOR_ARGB(255,125,000,255)
    #define GREY			D3DCOLOR_ARGB(255,128,128,128)
    #define YELLOW			D3DCOLOR_ARGB(255,255,255,000)
    #define ORANGE		        D3DCOLOR_ARGB(255,255,125,000)
    #define WHITE2		        D3DCOLOR_ARGB(100,255,255,255)
    #define RED2			D3DCOLOR_ARGB(100,255,000,000)
    #define GREEN2			D3DCOLOR_ARGB(100,000,255,000)
    #define BLUE2			D3DCOLOR_ARGB(100,000,000,255)
    #define BLACK2			D3DCOLOR_ARGB(100,000,000,000)
    #define PURPLE2		        D3DCOLOR_ARGB(100,125,000,255)
    #define GREY2			D3DCOLOR_ARGB(100,128,128,128)
    #define YELLOW2		        D3DCOLOR_ARGB(100,255,255,000)
    #define ORANGE2		        D3DCOLOR_ARGB(100,255,125,000)
    #define BROWN                   D3DCOLOR_ARGB(255,77,46,38)
    #define CYAN		        D3DCOLOR_ARGB(255,255,255,000)
    #define PINK                    D3DCOLOR_ARGB(255,255,192,203)
    #define SKYBLUE                 D3DCOLOR_ARGB(255,0,180,255)
    #define DARKGRAY                D3DCOLOR_ARGB(255,71,65,64)
    Code:
    /*********************Ghost Colors**********************/
    #define GHOSTRED		D3DCOLOR_ARGB(175,175,000,000)
    #define GHOSTWHITE		D3DCOLOR_ARGB(175,175,175,175)
    #define GHOSTCYAN		D3DCOLOR_ARGB(175,000,255,255)
    #define GHOSTCYAN2	        D3DCOLOR_ARGB(175,000,64,200)
    #define GHOSTGREEN	        D3DCOLOR_ARGB(175,000,175,000)
    #define GHOSTBLUE		D3DCOLOR_ARGB(175,000,000,175)
    #define GHOSTBLACK	        D3DCOLOR_ARGB(70,000,000,000)
    #define GHOSTPURPLE	        D3DCOLOR_ARGB(175,60,000,175)
    #define GHOSTGREY		D3DCOLOR_ARGB(175,59,59,59)
    #define GHOSTYELLOW 	        D3DCOLOR_ARGB(175,175,175,000)
    #define GHOSTPINK	        D3DCOLOR_ARGB(175,175,91,117)
    Code:
    /*********************Light Colors**********************/
    #define LIGHTBLACK	       D3DCOLOR_ARGB(155,000,000,000)
    #define LIGHTGREY              D3DCOLOR_ARGB(205,051,051,051)
    #define LIGHTBLUE              D3DCOLOR_ARGB(250,025,220,251)
    #define LIGHTGREEN	       D3DCOLOR_ARGB(155,000,255,000)
    #define LIGHTRED	       D3DCOLOR_ARGB(155,255,000,000)
    #define LIGHTYELLOW            D3DCOLOR_ARGB(255,198,255,0)
    Code:
    /*********************Another Colors**********************/
    #define LIME                    D3DCOLOR_ARGB(255, 198, 255, 0)
    #define MAROON                  D3DCOLOR_ARGB(255, 142, 30, 0)
    #define TEAL                    D3DCOLOR_ARGB(255, 0, 255, 255)
    #define FURTZ	                D3DCOLOR_ARGB(120, 128, 128, 128)
    Last edited by Heroes; 07-07-2016 at 03:28 AM.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  2. The Following 3 Users Say Thank You to RuShi For This Useful Post:

    jhoowqwe (07-10-2016),rushil69 (07-21-2016),[GM]Luffy (09-13-2016)

Similar Threads

  1. D3D Color Chams
    By juggalo200 in forum Combat Arms Hack Requests
    Replies: 1
    Last Post: 10-31-2012, 04:51 AM
  2. [Solved] D3D Colors HELP!
    By imcol1223 in forum CrossFire Help
    Replies: 6
    Last Post: 03-06-2012, 09:54 PM
  3. [Release] 131 D3D Colors
    By -Dimensions- in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 12-04-2010, 02:12 PM
  4. d3d colors
    By Calebb in forum C++/C Programming
    Replies: 5
    Last Post: 01-06-2010, 05:40 AM
  5. D3D Color Textures
    By Vista in forum C++/C Programming
    Replies: 3
    Last Post: 05-24-2008, 07:42 PM