X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.datatypes%2Fsrc%2Forg%2Fsimantics%2Fdatatypes%2Fadt%2FColor.java;h=22e322112578e5f91c95e9d20eda60ba521248d5;hb=f347cbef328d1ae417ae095c0e2d81a358bdd598;hp=8d554a120277b31c067d8c67aea95a78062c55b1;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.datatypes/src/org/simantics/datatypes/adt/Color.java b/bundles/org.simantics.datatypes/src/org/simantics/datatypes/adt/Color.java index 8d554a120..22e322112 100644 --- a/bundles/org.simantics.datatypes/src/org/simantics/datatypes/adt/Color.java +++ b/bundles/org.simantics.datatypes/src/org/simantics/datatypes/adt/Color.java @@ -1,34 +1,34 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 Association for Decentralized Information Management - * in Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.datatypes.adt; - - -/* - * A generic representation for a color value - * - * The range for all values is [0...1.0] - * - * @deprecated In favor of org.simantics.common.colors.Color - * - */ - -public interface Color { - - public double getR(); - public double getG(); - public double getB(); - public double getA(); - public double getH(); - public double getS(); - public double getV(); - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.datatypes.adt; + + +/* + * A generic representation for a color value + * + * The range for all values is [0...1.0] + * + * @deprecated In favor of org.simantics.common.colors.Color + * + */ + +public interface Color { + + public double getR(); + public double getG(); + public double getB(); + public double getA(); + public double getH(); + public double getS(); + public double getV(); + +}