SignColor

annotation class SignColor

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val Black: Int = 1
Link copied to clipboard
val Blue: Int = 5
Link copied to clipboard
val BlueMex: Int = 7
Link copied to clipboard
val BlueNavy: Int = 6
Link copied to clipboard
val Brown: Int = 11
Link copied to clipboard
val GreenA: Int = 4
Link copied to clipboard
val GreenE: Int = 3
Link copied to clipboard
val Orange: Int = 10
Link copied to clipboard
val Red: Int = 8
Link copied to clipboard
val Unknown: Int = 0
Link copied to clipboard
val White: Int = 2
Link copied to clipboard
val Yellow: Int = 9