Thread: 131 D3D Colors

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive

    Smile 131 D3D Colors

    I believe there are 131 colors, not sure.

    Code:
    //Color Codes
    #define AliceBlue D3DCOLOR_ARGB ( 255, 240, 248, 255 )
    #define AntiqueWhite D3DCOLOR_ARGB ( 255, 250, 235, 215 )
    #define Aquamarine D3DCOLOR_ARGB ( 255, 127, 255, 212 )
    #define Azure D3DCOLOR_ARGB ( 255, 240, 255, 255 )
    #define Beige D3DCOLOR_ARGB ( 255, 245, 245, 220 )
    #define Bisque D3DCOLOR_ARGB ( 255, 255, 228, 196 )
    #define Black D3DCOLOR_ARGB ( 255, 0, 0, 0 )
    #define BlanchedAlmond D3DCOLOR_ARGB ( 255, 255, 235, 205 )
    #define Blue D3DCOLOR_ARGB ( 255, 0, 0, 255 )
    #define BlueViolet D3DCOLOR_ARGB ( 255, 138, 43, 226 )
    #define Brown D3DCOLOR_ARGB ( 255, 165, 42, 42 )
    #define Burlywood D3DCOLOR_ARGB ( 255, 222, 184, 135 )
    #define CadetBlue D3DCOLOR_ARGB ( 255, 95, 158, 160 )
    #define Chartreuse D3DCOLOR_ARGB ( 255, 127, 255, 0 )
    #define Chocolate D3DCOLOR_ARGB ( 255, 210, 105, 30 )
    #define Coral D3DCOLOR_ARGB ( 255, 255, 127, 80 )
    #define CornflowerBlue D3DCOLOR_ARGB ( 255, 100, 149, 237 )
    #define Cornsilk D3DCOLOR_ARGB ( 255, 255, 248, 220 )
    #define Cyan D3DCOLOR_ARGB ( 255, 0, 255, 255 )
    #define DarkGoldenrod D3DCOLOR_ARGB ( 255, 184, 134, 11 )
    #define DarkGreen D3DCOLOR_ARGB ( 255, 0, 100, 0 )
    #define DarkKhaki D3DCOLOR_ARGB ( 255, 189 183 107 )
    #define DarkOlive Green D3DCOLOR_ARGB ( 255, 85, 107, 47 )
    #define DarkOrange D3DCOLOR_ARGB ( 255, 255, 140, 0 )
    #define DarkOrchid D3DCOLOR_ARGB ( 255, 153, 50, 204 )
    #define DarkSalmon D3DCOLOR_ARGB ( 255, 233, 150, 122 )
    #define DarkSea Green D3DCOLOR_ARGB ( 255, 143, 188, 143 )
    #define DarkSlateBlue D3DCOLOR_ARGB ( 255, 72, 61, 139 )
    #define DarkSlateGray D3DCOLOR_ARGB ( 255, 47, 79, 79 )
    #define DarkTurquoise D3DCOLOR_ARGB ( 255, 0, 206, 209 )
    #define DarkViolet D3DCOLOR_ARGB ( 255, 148, 0, 211 )
    #define DeepPink D3DCOLOR_ARGB ( 255, 255, 20, 147 )
    #define DeepSkyBlue D3DCOLOR_ARGB ( 255, 0, 191, 255 )
    #define DimGray D3DCOLOR_ARGB ( 255, 105, 105, 105 )
    #define DodgerBlue D3DCOLOR_ARGB ( 255, 30, 144, 255 )
    #define Firebrick D3DCOLOR_ARGB ( 255, 178, 34, 34 )
    #define FloralWhite D3DCOLOR_ARGB ( 255, 255, 250, 240 )
    #define ForestGreen D3DCOLOR_ARGB ( 255, 34 139  34 )
    #define Gainsboro D3DCOLOR_ARGB ( 255, 220, 220, 220 )
    #define GhostWhite D3DCOLOR_ARGB ( 255, 248, 248, 255 )
    #define Gold D3DCOLOR_ARGB ( 255, 255, 215, 0 )
    #define Goldenrod D3DCOLOR_ARGB ( 255, 218, 165, 32 )
    #define Gray D3DCOLOR_ARGB ( 255, 192, 192, 192 )
    #define Grey D3DCOLOR_ARGB ( 255, 192, 192, 192 )
    #define Green D3DCOLOR_ARGB ( 255, 0, 255, 0 )
    #define GreenYellow D3DCOLOR_ARGB ( 255, 173, 255, 47 )
    #define Honeydew D3DCOLOR_ARGB ( 255, 240, 255, 240 )
    #define HotPink D3DCOLOR_ARGB ( 255, 255, 105, 180 )
    #define IndianRed D3DCOLOR_ARGB ( 255, 205  92  92 )
    #define Ivory D3DCOLOR_ARGB ( 255, 255, 255, 240 )
    #define Khaki D3DCOLOR_ARGB ( 255, 240 230 140 )
    #define Lavender D3DCOLOR_ARGB ( 255, 230, 230, 250 )
    #define LavenderBlush D3DCOLOR_ARGB ( 255, 255, 240, 245 )
    #define LawnGreen D3DCOLOR_ARGB ( 255, 124, 252,   0 )
    #define LemonChiffon D3DCOLOR_ARGB ( 255, 255, 250, 205 )
    #define LightBlue D3DCOLOR_ARGB ( 255, 173, 216, 230 )
    #define LightCoral D3DCOLOR_ARGB ( 255, 240, 128, 128 )
    #define LightCyan D3DCOLOR_ARGB ( 255, 224, 255, 255 )
    #define LightGoldenrod D3DCOLOR_ARGB ( 255, 238, 221, 130 )
    #define LightGoldenrodYellow D3DCOLOR_ARGB ( 255, 250 250 210 )
    #define LightGray D3DCOLOR_ARGB ( 255, 211, 211, 211 )
    #define LightPink D3DCOLOR_ARGB ( 255, 255, 182, 193 )
    #define LightSalmon D3DCOLOR_ARGB ( 255, 255, 160, 122 )
    #define LightSeaGreen D3DCOLOR_ARGB ( 255, 32, 178, 170 )
    #define LightSkyBlue D3DCOLOR_ARGB ( 255, 135, 206, 250 )
    #define LightSlateBlue D3DCOLOR_ARGB ( 255, 132, 112, 255 )
    #define LightSlateGray D3DCOLOR_ARGB ( 255, 119, 136, 153 )
    #define LightSteel Blue D3DCOLOR_ARGB ( 255, 176, 196, 222 )
    #define LightYellow D3DCOLOR_ARGB ( 255, 255, 255, 224 )
    #define LimeGreen D3DCOLOR_ARGB ( 255, 50 205  50 )
    #define Linen D3DCOLOR_ARGB ( 255, 250, 240, 230 )
    #define Magenta D3DCOLOR_ARGB ( 255, 255, 0, 255 )
    #define MaroonD3DCOLOR_ARGB ( 255, 176, 48, 96 )
    #define MediumAquamarine D3DCOLOR_ARGB ( 255, 102, 205, 170 )
    #define MediumBlue D3DCOLOR_ARGB ( 255, 0, 0, 205 )
    #define MediumOrchid D3DCOLOR_ARGB ( 255, 186, 85, 211 )
    #define MediumPurple D3DCOLOR_ARGB ( 255, 147, 112, 219 )
    #define MediumSeaGreen D3DCOLOR_ARGB ( 255, 60, 179, 113 )
    #define MediumSlateBlue D3DCOLOR_ARGB ( 255, 123, 104, 238 )
    #define MediumSpring Green D3DCOLOR_ARGB ( 255, 0, 250, 154 )
    #define MediumTurquoise D3DCOLOR_ARGB ( 255, 72, 209, 204 )
    #define MediumVioletRed D3DCOLOR_ARGB ( 255, 199, 21, 133 )
    #define MidnightBlue D3DCOLOR_ARGB ( 255, 25, 25, 112 )
    #define MintCream D3DCOLOR_ARGB ( 255, 245, 255, 250 )
    #define MistyRose D3DCOLOR_ARGB ( 255, 255, 228, 225 )
    #define Moccasin D3DCOLOR_ARGB ( 255, 255, 228, 181 )
    #define NavajoWhite D3DCOLOR_ARGB ( 255, 255, 222, 173 )
    #define Navy D3DCOLOR_ARGB ( 255, 0, 0, 128 )
    #define Old Lace D3DCOLOR_ARGB ( 255, 253, 245, 230 )
    #define OliveDrab D3DCOLOR_ARGB ( 255, 107 142  35 )
    #define Orange D3DCOLOR_ARGB ( 255, 255, 165, 0 )
    #define OrangeRed D3DCOLOR_ARGB ( 255, 255, 69, 0 )
    #define Orchid D3DCOLOR_ARGB ( 255, 218, 112, 214 )
    #define PaleGoldenrod D3DCOLOR_ARGB ( 255, 238 232 170 )
    #define PaleGreen D3DCOLOR_ARGB ( 255, 152, 251, 152 )
    #define PaleTurquoise D3DCOLOR_ARGB ( 255, 175, 238, 238 )
    #define PaleVioletRed D3DCOLOR_ARGB ( 255, 219, 112, 147 )
    #define PapayaWhip D3DCOLOR_ARGB ( 255, 255, 239, 213 )
    #define PeachPuff D3DCOLOR_ARGB ( 255, 255, 218, 185 )
    #define Peru D3DCOLOR_ARGB ( 255, 205, 133, 63 )
    #define Pink D3DCOLOR_ARGB ( 255, 255, 192, 203 )
    #define Plum D3DCOLOR_ARGB ( 255, 221, 160, 221 )
    #define PowderBlue D3DCOLOR_ARGB ( 255, 176, 224, 230 )
    #define PurpleD3DCOLOR_ARGB ( 255, 160, 32, 240 )
    #define Red D3DCOLOR_ARGB ( 255, 255, 0, 0 )
    #define RosyBrown D3DCOLOR_ARGB ( 255, 188 143 143 )
    #define RoyalBlue D3DCOLOR_ARGB ( 255, 65, 105, 225 )
    #define Saddle Brown D3DCOLOR_ARGB ( 255, 139, 69, 19 )
    #define Salmon D3DCOLOR_ARGB ( 255, 250, 128, 114 )
    #define SandyBrown D3DCOLOR_ARGB ( 255, 244, 164,  96 )
    #define SeaGreen D3DCOLOR_ARGB ( 255, 46, 139, 87 )
    #define Seashell D3DCOLOR_ARGB ( 255, 255, 245, 238 )
    #define Sienna D3DCOLOR_ARGB ( 255, 160, 82, 45 )
    #define SkyBlue D3DCOLOR_ARGB ( 255, 135, 206, 235 )
    #define SlateBlue D3DCOLOR_ARGB ( 255, 106, 90, 205 )
    #define SlateGray D3DCOLOR_ARGB ( 255, 112, 128, 144 )
    #define Snow D3DCOLOR_ARGB ( 255, 255, 250, 250 )
    #define SpringGreen D3DCOLOR_ARGB ( 255, 0, 255, 127 )
    #define SteelBlue D3DCOLOR_ARGB ( 255, 70, 130, 180 )
    #define Tan D3DCOLOR_ARGB ( 255, 210, 180, 140 )
    #define Teal D3DCOLOR_ARGB ( 255 , 0 , 255 , 255 )
    #define Thistle D3DCOLOR_ARGB ( 255, 216, 191, 216 )
    #define Tomato D3DCOLOR_ARGB ( 255, 255, 99, 71 )
    #define Turquoise D3DCOLOR_ARGB ( 255, 64, 224, 208 )
    #define Violet D3DCOLOR_ARGB ( 255, 238, 130, 238 )
    #define VioletRed D3DCOLOR_ARGB ( 255, 208, 32, 144 )
    #define Wheat D3DCOLOR_ARGB ( 255, 245, 222, 179 )
    #define White D3DCOLOR_ARGB ( 255, 255, 255, 255 )
    #define WhiteSmoke D3DCOLOR_ARGB ( 255, 245, 245, 245 )
    #define Yellow D3DCOLOR_ARGB ( 255, 255, 255, 0 )
    #define YellowGreen D3DCOLOR_ARGB ( 255, 154 205  50 )
    Credits:
    xxxProfinityxxx (Colors)
    Qwerty01 (Alphabetical Order)
    -Dimensions- (Post)

  2. The Following 4 Users Say Thank You to -Dimensions- For This Useful Post:

    -iFaDy..* (03-28-2012),qwerty01 (11-29-2010),UKnownError (12-04-2010),whit (11-29-2010)

  3. #2
    ItzNeoBitch's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    15
    Very handy for Customizing my hack
    now i need LTC and my aimbot will be complete

  4. #3
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    Quote Originally Posted by ItzNeoBitch View Post
    Very handy for Customizing my hack
    now i need LTC and my aimbot will be complete
    I think I can get that to you, PM me...

  5. #4
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Or google D3D Colors /

    But this is good too i guess /

  6. #5
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Damn, I'm not the only one who has this anymore ):

    Had it since forever ):

    EDIT : I have 140 colors
    Last edited by freedompeace; 11-29-2010 at 03:18 PM. Reason: editted.

  7. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Thanks Mane..

  8. #7
    koko2000's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    gooodddddddddddddddd

  9. #8
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by ItzNeoBitch View Post
    Very handy for Customizing my hack
    now i need LTC and my aimbot will be complete
    You can code an aimbot, but you cant get the LTC yourself. Suspicious?

  10. The Following User Says Thank You to _Fk127_ For This Useful Post:

    NOOBJr (11-29-2010)

  11. #9
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by _Fk127_ View Post
    You can code an aimbot, but you cant get the LTC yourself. Suspicious?
    Exactly, thats like the first step without that you wouldn't know how to do most of it without that
    Dont ban me

  12. #10
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Too bad you wont use half these colors.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  13. The Following User Says Thank You to whatup777 For This Useful Post:

    ac1d_buRn (11-29-2010)

  14. #11
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by whatup777 View Post
    Too bad you wont use half these colors.
    exactly right.

  15. #12
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    Quote Originally Posted by freedompeace View Post
    Damn, I'm not the only one who has this anymore ):

    Had it since forever ):

    EDIT : I have 140 colors
    Wanna give the missing ones?

  16. #13
    UKnownError's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ERROR
    Posts
    280
    Reputation
    27
    Thanks
    32
    My Mood
    Breezy
    lol wtf how did my colors get hereXD even if my frekin credits are here

  17. #14
    UKnownError's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ERROR
    Posts
    280
    Reputation
    27
    Thanks
    32
    My Mood
    Breezy
    i chenged my name to Unknownerror so like u can change the credits

  18. #15
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by UKnownError View Post
    i chenged my name to Unknownerror so like u can change the credits
    Technically there microsofts colors

Page 1 of 2 12 LastLast