Skip to content

Instantly share code, notes, and snippets.

@akyoto
Created June 29, 2012 15:10
Show Gist options
  • Select an option

  • Save akyoto/3018495 to your computer and use it in GitHub Desktop.

Select an option

Save akyoto/3018495 to your computer and use it in GitHub Desktop.
ColorRGBA
init my.red = 1.0, my.green = 1.0, my.blue = 1.0, my.alpha = 1.0
...
init color : ColorRGBA
on my
red = color.red
green = color.green
blue = color.blue
alpha = color.alpha
public
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment