Class ColorShim


  • public class ColorShim
    extends edu.wpi.first.wpilibj.util.Color
    • Field Summary

      • Fields inherited from class edu.wpi.first.wpilibj.util.Color

        blue, green, kAliceBlue, kAntiqueWhite, kAqua, kAquamarine, kAzure, kBeige, kBisque, kBlack, kBlanchedAlmond, kBlue, kBlueViolet, kBrown, kBurlywood, kCadetBlue, kChartreuse, kChocolate, kCoral, kCornflowerBlue, kCornsilk, kCrimson, kCyan, kDarkBlue, kDarkCyan, kDarkGoldenrod, kDarkGray, kDarkGreen, kDarkKhaki, kDarkMagenta, kDarkOliveGreen, kDarkOrange, kDarkOrchid, kDarkRed, kDarkSalmon, kDarkSeaGreen, kDarkSlateBlue, kDarkSlateGray, kDarkTurquoise, kDarkViolet, kDeepPink, kDeepSkyBlue, kDenim, kDimGray, kDodgerBlue, kFirebrick, kFirstBlue, kFirstRed, kFloralWhite, kForestGreen, kFuchsia, kGainsboro, kGhostWhite, kGold, kGoldenrod, kGray, kGreen, kGreenYellow, kHoneydew, kHotPink, kIndianRed, kIndigo, kIvory, kKhaki, kLavender, kLavenderBlush, kLawnGreen, kLemonChiffon, kLightBlue, kLightCoral, kLightCyan, kLightGoldenrodYellow, kLightGray, kLightGreen, kLightPink, kLightSalmon, kLightSeaGreen, kLightSkyBlue, kLightSlateGray, kLightSteelBlue, kLightYellow, kLime, kLimeGreen, kLinen, kMagenta, kMaroon, kMediumAquamarine, kMediumBlue, kMediumOrchid, kMediumPurple, kMediumSeaGreen, kMediumSlateBlue, kMediumSpringGreen, kMediumTurquoise, kMediumVioletRed, kMidnightBlue, kMintcream, kMistyRose, kMoccasin, kNavajoWhite, kNavy, kOldLace, kOlive, kOliveDrab, kOrange, kOrangeRed, kOrchid, kPaleGoldenrod, kPaleGreen, kPaleTurquoise, kPaleVioletRed, kPapayaWhip, kPeachPuff, kPeru, kPink, kPlum, kPowderBlue, kPurple, kRed, kRosyBrown, kRoyalBlue, kSaddleBrown, kSalmon, kSandyBrown, kSeaGreen, kSeashell, kSienna, kSilver, kSkyBlue, kSlateBlue, kSlateGray, kSnow, kSpringGreen, kSteelBlue, kTan, kTeal, kThistle, kTomato, kTurquoise, kViolet, kWheat, kWhite, kWhiteSmoke, kYellow, kYellowGreen, red
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorShim​(double r, double g, double b)  
    • Method Summary

      • Methods inherited from class edu.wpi.first.wpilibj.util.Color

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorShim

        public ColorShim​(double r,
                         double g,
                         double b)