nativescript-image-colors:NativeScript插件,用于从图像中提取颜色

时间:2024-02-25 03:38:28
【文件属性】:

文件名称:nativescript-image-colors:NativeScript插件,用于从图像中提取颜色

文件大小:3.12MB

文件格式:ZIP

更新时间:2024-02-25 03:38:28

typescript material-design npm-package nativescript nativescript-plugin

NativeScript图像颜色 例 import { ImageColors } from 'nativescript-image-colors' ; let image = page . getViewById < Image> ( `image` ) ; colors = ImageColors . getColorPalette ( image ) ; colors . color1 ; colors . color2 ; colors . color3 ; 用法 返回一个ColorPalette具有3个颜色属性color1 , color2 ,和color3 。 调色板还含有An


【文件预览】:
nativescript-image-colors-master
----nativescript-image-colors.ios.ts(2KB)
----nativescript-image-colors.common.ts(480B)
----package.json(1KB)
----LICENSE(1KB)
----screenshot.png(926KB)
----.npmignore(37B)
----platforms()
--------ios()
--------android()
----tsconfig.json(534B)
----nativescript-image-colors.android.ts(2KB)
----.gitignore(108B)
----demo()
--------package.json(759B)
--------app()
--------tsconfig.json(560B)
----README.md(1KB)
----index.ts(195B)
----.vscode()
--------launch.json(1KB)

网友评论