Skip to content

Feature

Stephen S. Mitchell edited this page Sep 23, 2025 · 3 revisions

Feature

← Back to Classes | Documentation Home | Methods Index | Properties Index

  • Namespace: AlibreScript.API
  • Kind: Class

Properties

Name

Type: Object Name of the feature

Methods

SetColor

Sets the color of the part

def SetColor(red, green, blue):
    """
    Sets the color of the part

    Args:
        red (byte): Red component 0 - 255
        green (byte): Green component 0 - 255
        blue (byte): Blue component 0 - 255

    """
Clone this wiki locally