src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt

changeset 184
e8eecee6aadf
parent 180
009700915269
child 209
c9c6abf167c7
equal deleted inserted replaced
183:61669abf277f 184:e8eecee6aadf
25 */ 25 */
26 package de.uapcore.lightpit.types 26 package de.uapcore.lightpit.types
27 27
28 28
29 /** 29 /**
30 * Represents a web color in hexadezimal representation. 30 * Represents a web color in hexadecimal representation.
31 * @param arg the 6 digits hex string optionally preceded by a hash symbol 31 * @param arg the 6 digits hex string optionally preceded by a hash symbol
32 */ 32 */
33 class WebColor(arg: String) { 33 class WebColor(arg: String) {
34 34
35 /** 35 /**

mercurial