blob: 9b0e2b2c8fd2513c5fa96978c4f5c6ba8bec7fbb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Pierre Allard,
* Regent L'Archeveque - initial API and implementation
*
* SPDX-License-Identifier: EPL-1.0
*******************************************************************************/
package org.eclipse.apogy.core.environment.earth.surface.ui.preferences;
import org.eclipse.swt.graphics.RGB;
public class ApogyEnvironmentSurfaceEarthUIPreferencesConstants {
// Visibility Constants.
public static final String DEFAULT_SUN_VECTOR_COLOR_ID = "DEFAULT_SUN_VECTOR_COLOR_ID";
public static final RGB DEFAULT_SUN_VECTOR_COLOR = new RGB(0, 255, 0);
}