Skip to content

Commit 7823da4

Browse files
author
Seth Falco
committed
Add imports for ColorContrastRatio.java
1 parent f925a71 commit 7823da4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Misc/ColorContrastRatio.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package Misc;
22

3+
import java.awt.Color;
4+
35
/**
46
* A Java implementation of the offcial W3 documented procedure
57
* to calculate contrast ratio between colors on the web.

0 commit comments

Comments
 (0)