package rainbowPackage;

//import javafx.scene.paint.Color;

import java.util.ArrayList;

public Object[] class ArrayReverser()
{
	//Object[] array;
	public Object[] ArrayReverser(Object[] Array)
	{
		//public Object[] ArrayReverser(Object[] Array)
		//{
		Object[] array = new Object[Array.length];
		for (int a = 0; a < Array.length; a++)
		{
			array[Array.length - 1 - a] = Array[a];
		}
		return array;
		//	}
	}
	public void set(Color FXColor) { fxColor = FXColor; rgb = new double[] { ColorValueFitter(ToTwoFiveFivergb(fxColor.getRed())), ColorValueFitter(ToTwoFiveFivergb(fxColor.getGreen())), ColorValueFitter(ToTwoFiveFivergb(fxColor.getBlue())) }; }//14th Square DiagnosticsClass.java
	public Object get() { return array; }
}