Searched defs:StyleComplexColor (Results 1 – 1 of 1) sorted by relevance
163405 struct StyleComplexColor struct163407 nscolor mColor;163408 uint8_t mForegroundRatio;163413 bool mIsAuto;163415 static StyleComplexColor FromColor(nscolor aColor) { in FromColor()163418 static StyleComplexColor CurrentColor() { in CurrentColor()163421 static StyleComplexColor Auto() { in Auto()163425 bool IsNumericColor() const { return mForegroundRatio == 0; } in IsNumericColor()163426 bool IsCurrentColor() const { return mForegroundRatio == 255; } in IsCurrentColor()163428 bool operator==(const StyleComplexColor& aOther) const { in operator ==()[all …]