mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
typo fix
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user