Skip to content

Commit 223fd82

Browse files
committed
Add Red color
1 parent dc60713 commit 223fd82

File tree

1 file changed

+3
-0
lines changed
  • omegatypes/src/main/java/com/omega_r/libs/omegatypes

1 file changed

+3
-0
lines changed

omegatypes/src/main/java/com/omega_r/libs/omegatypes/Color.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ abstract class Color : Serializable {
2929
val WHITE
3030
get() = fromInt(GraphicColor.WHITE)
3131

32+
val RED
33+
get() = fromInt(GraphicColor.RED)
34+
3235
val DKGRAY
3336
get() = fromInt(GraphicColor.DKGRAY)
3437

0 commit comments

Comments
 (0)