Results 1 to 3 of 3

Thread: what does color alpha do?

                  
   
  1. #1
    DCEmu Coder drEDN4wt's Avatar
    Join Date
    Aug 2005
    Location
    U.K.
    Posts
    172
    Rep Power
    0

    Red face what does color alpha do?

    when you create a colour with
    Code:
    Color.new( r, g, b [ , a])
    what does the alpha setting do?

  2. #2
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    In most things, it has to do with transparency (how transparent/opaque) an object is. At least that's how it works in other things that I'm aware of. Can also be used for selecting which color is invisible in an image.

  3. #3

    Default

    thanx guys been wondering how to do that for 2 days

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •