Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 544 Bytes

colors

Build Status Maven Central

colors

usage

RgbColor whiteRgb = RgbColor.readRgb("rgb( 255, 255, 255)");
RgbColor whiteHex = RgbColor.hex2rgb("#fff");
boolean textOnTopBlack = whiteHex.isBlackContrastingColor();