• Copies the given float values into the current one

    Returns

    the current updated Color4 object

    Parameters

    • r: number

      defines the red component to read from

    • g: number

      defines the green component to read from

    • b: number

      defines the blue component to read from

    • a: number

      defines the alpha component to read from

    • dest: MutableColor4

    Returns void