PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "luse.h"
#include "pvector.h"
#include "typedObject.h"
#include "typedReferenceCount.h"
#include "colorInterpolationManager.I"
Go to the source code of this file.
Classes | |
class | ColorInterpolationFunction |
Abstract class from which all other functions should inherit. More... | |
class | ColorInterpolationFunctionConstant |
Defines a constant color over the lifetime of the segment. More... | |
class | ColorInterpolationFunctionLinear |
Defines a linear interpolation over the lifetime of the segment. More... | |
class | ColorInterpolationFunctionSinusoid |
Defines a sinusoidal blending between two colors. More... | |
class | ColorInterpolationFunctionStepwave |
Defines a discrete cyclical transition between two colors. More... | |
class | ColorInterpolationManager |
High level class for color interpolation. More... | |
class | ColorInterpolationSegment |
A single unit of interpolation. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file colorInterpolationManager.h.