Colors

Colors — Color management and manipulation.

Synopsis

class clutter.Color:
    clutter.Color(red=0, green=0, blue=0, alpha=0)
def foo(bar)

Ancestry

+-- clutter.Color
	

Description

clutter.Color is a simple type for representing colors.

Constructor

    clutter.Color(red=0, green=0, blue=0, alpha=0)
red :red component, between 0 and 255
green :green component, between 0 and 255
blue :blue component, between 0 and 255
alpha :alpha component, between 0 and 255
Returns :a new clutter.Color.

Methods

clutter.Color.foo

          def foo(bar)
    
vanizzle :test

Some text.