MaterialGetColorArrayOn this pageMaterial.GetColorArray(string name) Get a named color array. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionColor[]the named color array. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetColorArray(name)