Colour

Page 2 of 2 FirstFirst 12
Results 26 to 40 of 40
  1. #26
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Colour

    Quote Originally Posted by dawidziom12 View Post
    u know how change to orther color? pink, violet etc.?
    You know how to boot your pc? Just wondering.

  2. #27
    Apprentice Sulfin is offline
    MemberRank
    Mar 2008 Join Date
    CanadaLocation
    13Posts

    Re: Colour

    Quote Originally Posted by dawidziom12 View Post
    u know how change to orther color? pink, violet etc.?
    pink is 80 00 FF FF violet is like.... FF 00 A0 FF or something.. just use a color code hex finder thing and change it from rgba to bgra

  3. #28
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: Colour

    Hmm just wondering, u can change admin and Gm color via this too? (I don't think so, since all is ASM right?)

  4. #29
    Apprentice Sulfin is offline
    MemberRank
    Mar 2008 Join Date
    CanadaLocation
    13Posts

    Re: Colour

    Quote Originally Posted by Mambo View Post
    Hmm just wondering, u can change admin and Gm color via this too? (I don't think so, since all is ASM right?)
    no, the admin colors are in the code, they're written in asm

  5. #30
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Colour

    Quote Originally Posted by Sulfin View Post
    no, the admin colors are in the code, they're written in asm
    that makes me want to study my client xD

  6. #31
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Colour

    heres another method for bgra colors
    alpha is most likely always going to be FF


    reverse the hex from rgb to bgr then add a alpha of FF

    Example:

    Code:
    red is 
    rgb: FF0C00 <--default hex value for colors
    bgr: 000CFF <--Reversed rgb values
    000CFFFF <-- FF being alpha
    
    so ur bgra  hex color would really be - 000CFFFF

    BTW its nice to see you back Sulfin
    Last edited by Nayr438; 19-11-08 at 12:08 AM.

  7. #32
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Colour

    Quote Originally Posted by Nayr438 View Post
    heres another method for bgra colors
    alpha is mots likely always going to be FF

    red is FF0C00
    so ur hex color would really be - 00C0FFFF

    reverse the hex from rgb to bgr then add a alpha of FF


    BTW its nice to see you back Sulfin
    cool :D

  8. #33
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: Colour

    You all have been graced with Sulfins presence. Tutorials from him are gold. =P

  9. #34
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Colour

    Quote Originally Posted by ThievingSix View Post
    You all have been graced with Sulfins presence. Tutorials from him are gold. =P
    wow I feel special now :D

  10. #35
    Proficient Member DragonOfBlade is offline
    MemberRank
    Jun 2007 Join Date
    191Posts

    Re: Colour

    Cool Keep getting better and better around here.

  11. #36
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: Colour

    Nayr and Wizkid told me it wasn't right :P

    Removed links*
    Last edited by Mambo; 19-11-08 at 07:14 AM.

  12. #37
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Colour

    lol there rgb format so u still need to modify the hex value

  13. #38
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Colour

    *Navigates to http://www.google.com*

    *Searches for Hex colorcodes.*

    AMG I FOUND LOTS OF THEM CAN I SPAM THEM PL0X?

    (Sorry, I just couldn't resist.)

  14. #39
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: Colour

    Quote Originally Posted by wizkidje View Post
    *navigates to http://www.google.com*

    *searches for hex colorcodes.*

    amg i found lots of them can i spam them pl0x?

    (sorry, i just couldn't resist.)
    lmao

  15. #40
    Apprentice Sulfin is offline
    MemberRank
    Mar 2008 Join Date
    CanadaLocation
    13Posts

    Re: Colour

    Quote Originally Posted by cerealnp View Post
    lmao
    lmao (sorry, i just couldn't resist.)



Page 2 of 2 FirstFirst 12

Advertisement