2
0
Joe Pea 6 жил өмнө
parent
commit
7a6f68ad6b
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      src/math/Color.d.ts

+ 4 - 0
src/math/Color.d.ts

@@ -1,3 +1,7 @@
+/**
+ * @author Joe Pea / http://github.com/trusktr
+ */
+
 export interface HSL {
 	h: number;
 	s: number;