This commit is contained in:
Martin Guillon
2020-11-28 13:33:31 +01:00
committed by GitHub
parent 44ee97b29d
commit aa9c5d1584

View File

@ -174,7 +174,7 @@ export class Color implements definition.Color {
} }
/** /**
* return true if brightenss < 128 * return true if brightness < 128
* *
*/ */
public isDark() { public isDark() {
@ -182,7 +182,7 @@ export class Color implements definition.Color {
} }
/** /**
* return true if brightenss >= 128 * return true if brightness >= 128
* *
*/ */
public isLight() { public isLight() {