Fix false hex color example
This commit is contained in:
@@ -35,7 +35,7 @@ class LiteralTextBuilder(val internalText: BaseComponent, ) {
|
|||||||
* e.g. Medium turquoise:
|
* e.g. Medium turquoise:
|
||||||
* - `color = col(0x4BD6CB)`
|
* - `color = col(0x4BD6CB)`
|
||||||
* - `color = col(4970187)`
|
* - `color = col(4970187)`
|
||||||
* - `color = col("#4970187")`
|
* - `color = col("#4BD6CB")`
|
||||||
* - `color = KColors.MEDIUMTURQUOISE`
|
* - `color = KColors.MEDIUMTURQUOISE`
|
||||||
*/
|
*/
|
||||||
var color: ChatColor? = null
|
var color: ChatColor? = null
|
||||||
|
Reference in New Issue
Block a user