The Color (独立系発行元) (プレビュー)
The Color サービスを使用すると、有効な色を渡して、他の形式、色の名前、プレースホルダー イメージ、多数のスキームへの変換を取得できます。
このコネクタは、次の製品および地域で利用可能です:
Service | クラス | 地域 |
---|---|---|
Logic Apps | 標準 | 以下を除くすべての Logic Apps 地域 : - Azure 政府の地域 - Azure 中国の地域 - 国防総省 (DoD) |
Power Automate | プレミアム | 以下を除くすべての Power Automate 地域 : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運用する中国のクラウド - 国防総省 (DoD) |
Power Apps | プレミアム | 以下を除くすべての Power Apps 地域 : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運用する中国のクラウド - 米国国防総省 (DoD) |
お問い合わせ先 | |
---|---|
件名 | Troy Taylor |
[URL] | https://www.hitachisolutions.com |
メール | ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
発行者 | Troy Taylor |
Web サイト | https://www.thecolorapi.com/ |
プライバシー ポリシー | https://www.thecolorapi.com/ |
カテゴリ | ライフスタイルとエンターテインメント |
調整制限
名前 | 呼び出し | 更新期間 |
---|---|---|
接続ごとの API 呼び出し | 100 | 60 秒 |
アクション
スキーマの生成 |
指定されたシード カラーとオプション モードに対して生成されたスキームを返します。 |
色を取得する |
指定された色に関する利用可能な識別情報を返します。 |
スキーマの生成
指定されたシード カラーとオプション モードに対して生成されたスキームを返します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
16 進数
|
hex | string |
16 進数値。 |
|
RGB
|
rgb | string |
RGB 値。 |
|
HSL
|
hsl | string |
HSL 値。 |
|
CMYK
|
cmyk | string |
CMYK 値。 |
|
Mode
|
mode | string |
モード。 |
|
数
|
count | integer |
カウント。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
Mode
|
mode | string |
モード。 |
数
|
count | string |
カウント。 |
色
|
colors | array of object | |
価値
|
colors.hex.value | string |
値。 |
クリーン
|
colors.hex.clean | string |
特殊文字を含まない値。 |
R
|
colors.rgb.fraction.r | float |
R 値。 |
G
|
colors.rgb.fraction.g | float |
G 値。 |
B
|
colors.rgb.fraction.b | float |
B 値。 |
R
|
colors.rgb.r | integer |
R 値。 |
G
|
colors.rgb.g | integer |
G 値。 |
B
|
colors.rgb.b | integer |
B 値。 |
価値
|
colors.rgb.value | string |
値。 |
H
|
colors.hsl.fraction.h | float |
H 値。 |
S
|
colors.hsl.fraction.s | float |
S 値。 |
L
|
colors.hsl.fraction.l | float |
L 値。 |
H
|
colors.hsl.h | integer |
H 値。 |
S
|
colors.hsl.s | integer |
S 値。 |
L
|
colors.hsl.l | integer |
L 値。 |
価値
|
colors.hsl.value | string |
値。 |
H
|
colors.hsv.fraction.h | float |
H 値。 |
S
|
colors.hsv.fraction.s | float |
S 値。 |
V
|
colors.hsv.fraction.v | float |
V 値。 |
価値
|
colors.hsv.value | string |
値。 |
H
|
colors.hsv.h | integer |
H 値。 |
S
|
colors.hsv.s | integer |
S 値。 |
V
|
colors.hsv.v | integer |
V 値。 |
価値
|
colors.name.value | string |
値。 |
最も近い名前付き 16 進数
|
colors.name.closest_named_hex | string |
最も近い名前の 16 進数の値。 |
完全一致の名前
|
colors.name.exact_match_name | boolean |
完全一致に名前が付けられているかどうか。 |
Distance
|
colors.name.distance | integer |
距離。 |
C
|
colors.cmyk.fraction.c | float |
C 値。 |
M
|
colors.cmyk.fraction.m | float |
M 値。 |
年
|
colors.cmyk.fraction.y | integer |
Y 値。 |
K
|
colors.cmyk.fraction.k | float |
K 値。 |
価値
|
colors.cmyk.value | string |
値。 |
C
|
colors.cmyk.c | integer |
C 値。 |
M
|
colors.cmyk.m | integer |
M 値。 |
年
|
colors.cmyk.y | integer |
Y 値。 |
K
|
colors.cmyk.k | integer |
K 値。 |
X
|
colors.XYZ.fraction.X | float |
X 値。 |
年
|
colors.XYZ.fraction.Y | float |
Y 値。 |
Z
|
colors.XYZ.fraction.Z | float |
Z 値。 |
価値
|
colors.XYZ.value | string |
値。 |
X
|
colors.XYZ.X | integer |
X 値。 |
年
|
colors.XYZ.Y | integer |
Y 値。 |
Z
|
colors.XYZ.Z | integer |
Z 値。 |
最小限
|
colors.image.bare | string |
最小限のイメージ。 |
名前の指定
|
colors.image.named | string |
名前付き画像。 |
価値
|
colors.contrast.value | string |
値。 |
Href
|
colors._links.self.href | string |
href。 |
価値
|
seed.hex.value | string |
値。 |
クリーン
|
seed.hex.clean | string |
特殊文字を含まない値。 |
R
|
seed.rgb.fraction.r | integer |
R 値。 |
G
|
seed.rgb.fraction.g | float |
G 値。 |
B
|
seed.rgb.fraction.b | float |
B 値。 |
R
|
seed.rgb.r | integer |
R 値。 |
G
|
seed.rgb.g | integer |
G 値。 |
B
|
seed.rgb.b | integer |
B 値。 |
価値
|
seed.rgb.value | string |
値。 |
H
|
seed.hsl.fraction.h | float |
H 値。 |
S
|
seed.hsl.fraction.s | integer |
S 値。 |
L
|
seed.hsl.fraction.l | float |
L 値。 |
H
|
seed.hsl.h | integer |
H 値。 |
S
|
seed.hsl.s | integer |
S 値。 |
L
|
seed.hsl.l | integer |
L 値。 |
価値
|
seed.hsl.value | string |
値。 |
H
|
seed.hsv.fraction.h | float |
H 値。 |
S
|
seed.hsv.fraction.s | integer |
S 値。 |
V
|
seed.hsv.fraction.v | float |
V 値。 |
価値
|
seed.hsv.value | string |
値。 |
H
|
seed.hsv.h | integer |
H 値。 |
S
|
seed.hsv.s | integer |
S 値。 |
V
|
seed.hsv.v | integer |
V 値。 |
価値
|
seed.name.value | string |
値。 |
最も近い名前付き 16 進数
|
seed.name.closest_named_hex | string |
最も近い名前付き 16 進数の値。 |
完全一致の名前
|
seed.name.exact_match_name | boolean |
完全一致に名前が付けられているかどうか。 |
Distance
|
seed.name.distance | integer |
距離。 |
C
|
seed.cmyk.fraction.c | integer |
C 値。 |
M
|
seed.cmyk.fraction.m | float |
M 値。 |
年
|
seed.cmyk.fraction.y | integer |
Y 値。 |
K
|
seed.cmyk.fraction.k | float |
K 値。 |
価値
|
seed.cmyk.value | string |
値。 |
C
|
seed.cmyk.c | integer |
C 値。 |
M
|
seed.cmyk.m | integer |
M 値。 |
年
|
seed.cmyk.y | integer |
Y 値。 |
K
|
seed.cmyk.k | integer |
K 値。 |
X
|
seed.XYZ.fraction.X | float |
X 値。 |
年
|
seed.XYZ.fraction.Y | float |
Y 値。 |
Z
|
seed.XYZ.fraction.Z | float |
Z 値。 |
価値
|
seed.XYZ.value | string |
値。 |
X
|
seed.XYZ.X | integer |
X 値。 |
年
|
seed.XYZ.Y | integer |
Y 値。 |
Z
|
seed.XYZ.Z | integer |
Z 値。 |
最小限
|
seed.image.bare | string |
最小限のイメージ。 |
名前の指定
|
seed.image.named | string |
名前付き画像。 |
価値
|
seed.contrast.value | string |
値。 |
Href
|
seed._links.self.href | string |
href。 |
自己
|
_links.self | string |
セルフ リンク。 |
モノクロ
|
_links.schemes.monochrome | string |
モノクロ リンク。 |
モノクロ ダーク
|
_links.schemes.monochrome-dark | string |
モノクロ ダーク リンク。 |
モノクロライト ライト
|
_links.schemes.monochrome-light | string |
モノクロ ライト リンク。 |
アナロジー
|
_links.schemes.analogic | string |
アナロジー リンク。 |
補足
|
_links.schemes.complement | string |
補足リンク。 |
アナロジー補足
|
_links.schemes.analogic-complement | string |
アナロジー 補足リンク。 |
トライアド
|
_links.schemes.triad | string |
トライアドのリンク。 |
クワッド
|
_links.schemes.quad | string |
クワッドのリンク。 |
色を取得する
指定された色に関する利用可能な識別情報を返します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
16 進数
|
hex | string |
16 進数値。 |
|
RGB
|
rgb | string |
RGB 値。 |
|
HSL
|
hsl | string |
HSL 値。 |
|
CMYK
|
cmyk | string |
CMYK 値。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
価値
|
hex.value | string |
値。 |
クリーン
|
hex.clean | string |
特殊文字を含まない値。 |
R
|
rgb.fraction.r | float |
R 値。 |
G
|
rgb.fraction.g | float |
G 値。 |
B
|
rgb.fraction.b | float |
B 値。 |
R
|
rgb.r | integer |
R 値。 |
G
|
rgb.g | integer |
G 値。 |
B
|
rgb.b | integer |
B 値。 |
価値
|
rgb.value | string |
値。 |
H
|
hsl.fraction.h | float |
H 値。 |
S
|
hsl.fraction.s | float |
S 値。 |
L
|
hsl.fraction.l | float |
L 値。 |
H
|
hsl.h | integer |
H 値。 |
S
|
hsl.s | integer |
S 値。 |
L
|
hsl.l | integer |
L 値。 |
価値
|
hsl.value | string |
値。 |
H
|
hsv.fraction.h | float |
H 値。 |
S
|
hsv.fraction.s | integer |
S 値。 |
V
|
hsv.fraction.v | float |
V 値。 |
H
|
hsv.h | integer |
H 値。 |
S
|
hsv.s | integer |
S 値。 |
価値
|
hsv.value | string |
値。 |
V
|
hsv.v | integer |
V 値。 |
価値
|
name.value | string |
値。 |
最も近い名前付き 16 進数
|
name.closest_named_hex | string |
最も近い名前付き 16 進数の色。 |
完全一致の名前
|
name.exact_match_name | boolean |
完全一致に名前が付けられているかどうか。 |
Distance
|
name.distance | integer |
距離。 |
C
|
cmyk.fraction.c | float |
C 値。 |
M
|
cmyk.fraction.m | float |
M 値。 |
年
|
cmyk.fraction.y | float |
Y 値。 |
K
|
cmyk.fraction.k | float |
K 値。 |
価値
|
cmyk.value | string |
値。 |
C
|
cmyk.c | integer |
C 値。 |
M
|
cmyk.m | integer |
M 値。 |
年
|
cmyk.y | integer |
Y 値。 |
K
|
cmyk.k | integer |
K 値。 |
X
|
XYZ.fraction.X | float |
X 値。 |
年
|
XYZ.fraction.Y | float |
Y 値。 |
Z
|
XYZ.fraction.Z | float |
Z 値。 |
価値
|
XYZ.value | string |
値。 |
X
|
XYZ.X | integer |
X 値。 |
年
|
XYZ.Y | integer |
Y 値。 |
Z
|
XYZ.Z | integer |
Z 値。 |
最小限
|
image.bare | string |
最小限の値。 |
名前の指定
|
image.named | string |
名前付き値。 |
価値
|
contrast.value | string |
値。 |
Href
|
_links.self.href | string |
href。 |