anar

Class OogColor

java.lang.Object
  extended by anar.Parametric
      extended by anar.Pt
          extended by anar.PtABS
              extended by anar.PtABS4D
                  extended by anar.AColor
                      extended by anar.OogColor
All Implemented Interfaces:
iArithmetic, iTaggable, iTransformable, XYZ, java.lang.Cloneable

Deprecated

@Deprecated
public class OogColor
extends AColor


Field Summary
 
Fields inherited from class anar.AColor
debug
 
Fields inherited from class anar.Pt
globalRender, render
 
Fields inherited from class anar.Parametric
meta
 
Constructor Summary
OogColor(float g)
          Deprecated 
OogColor(float g, float a)
          Deprecated 
OogColor(float r, float g, float b)
          Deprecated 
OogColor(float r, float g, float b, float a)
          Deprecated 
 
Method Summary
 
Methods inherited from class anar.AColor
a, a, addA, addAlpha, addB, addBlue, addBlue, addBrightness, addBrightness, addG, addGreen, addGreen, addH, addHue, addHue, addHueDegree, addHueRadian, addL, addR, addRed, addRed, addS, addSaturation, addSaturation, alpha, analogous, analogous, b, b, blue, blue, brightness, brightness, complementary, g, g, green, green, h, h, HSB, HSB, HSB, HSB, HSBtoRGB, HSBtoRGB, HSBtoRGB, hue, hue, hueDegree, hueRadian, interpolate, l, l, r, r, red, red, RGB, RGB, RGB, RGB, RGBtoHSB, RGBtoHSB, s, s, saturation, saturation, swap, toAColor, toHexa, toHSB, toHTML, toInt, toInt, toPovRay, toRGB, toString
 
Methods inherited from class anar.PtABS4D
build, set, set, w, w, w
 
Methods inherited from class anar.PtABS
clone, set, set, set, set, set, set, set, set, set, tag, x, x, y, y, z, z
 
Methods inherited from class anar.Pt
apply, bound, boundCenter, copy, create, create, create, create, create, create, create, create, create, create, create, create, createNull, createRnd, createRnd, createRnd, divide, divide, divide, divide, dot, dot, draw, equalsPt, equalsPt, fill, fill, fill, fill, fill, fill, fillP5, getTransform, isOver, isOver, length, length, length, lengthNoSq, lengthSq, lengthSq, minus, minus, minus, minus, minus, multiply, multiply, multiply, multiply, multiply, onScreen, orphaned, plus, plus, plus, plus, plus, plus, render, rotateX, rotateX, rotateY, rotateY, rotateZ, rotateZ, scale, scale, scale, scale, scale, scale, scale, scale, scaleX, scaleX, scaleY, scaleY, scaleZ, scaleZ, set, setMeta, tag, toANSYS, toAutocad, toAutocadPart, toMegaPPOV, toObjExporter, toObjExporterAsObject, toPovRayAsObject, toRadiance, toRadianceAsObject, toRhino, toRhinoAsObject, toRhinoAsVar, toShortString, toSingleName, toSketchUp, toSketchUpAsPoint3D, toStringComa, toStringComaPovRay, toStringTab, toStringTabRad, translate, translate, translate, translate, translate, translate, translateX, translateX, translateY, translateY, translateZ, translateZ, x, y, z
 
Methods inherited from class anar.Parametric
child, get, getMeta, getPrimitive, parent, parent, parentList, parentList, parentList, parentListGraphViz, parentListGraphViz, parentListRecursive, parentListRecursiveGraphViz, parentToString, parentToStringRecursive, parentToStringRecursive, primitiveToString, replaceParent, replaceParent, replicate, tag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OogColor

@Deprecated
public OogColor(float r,
                           float g,
                           float b,
                           float a)
Deprecated 

Parameters:
r -
g -
b -
a -

OogColor

@Deprecated
public OogColor(float r,
                           float g,
                           float b)
Deprecated 

Parameters:
r -
g -
b -

OogColor

@Deprecated
public OogColor(float g,
                           float a)
Deprecated 

Parameters:
g -
a -

OogColor

@Deprecated
public OogColor(float g)
Deprecated 

Parameters:
g -