OOF2: The Manual

Name

OOF.Property.Parametrize.Color — Assign a decorative color to a material.

Synopsis

OOF.Property.Parametrize.Color(color)

Details

  • Parent Menu: OOF.Property.Parametrize
  • Callback: function PropertyManager.parametrizercallback in module ooflib.engine.propertyregistration
  • Parameters:

    color
    Type: An object of the Color class.

Description

Set the parameters for the unnamed material Property, Color. To create a named copy of the Property, use OOF.Property.Copy, and use OOF.Property.Color.name to set its parameters.

See Color for a complete description of the parameters for this Property.