These pages are auto-generated from self-documenting comments embedded in class files.
For more information on breve and steve, refer to the breve homepage.

Image : VectorImage

Class description:

The VectorImage class is a subclass of Image which displays the state of a Vector object.

Methods:

  • setBlue
  • setGreen
  • setRed
    setBlue( self, blueVector )

    Sets the blue channel of the image to vector blueVector.


    setGreen( self, greenVector )

    Sets the green channel of the image to vector greenVector.


    setRed( self, redVector )

    Sets the red channel of the image to vector redVector.