• Stores in the given array from the given starting index the red, green, blue values as successive elements

    Parameters

    • value: ReadonlyColor3
    • array: FloatArray

      defines the array where to store the r,g,b components

    • Optional index: number

      defines an optional index in the target array to define where to start storing values

    Returns void