Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
sotanmochi committed Apr 26, 2022
1 parent 89c9529 commit 91fb8d5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions Assets/TransparencyConverter/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Transparency Converter

<img src="./Documentation~/TransparencyConverter.png" height="512">

Transparency Converterは、sRGB色空間の透明度の値からリニア色空間の透明度の値を計算するためのUnityパッケージです。
これを使うことにより、開発者/デザイナーは、外部ツールを使ってsRGB色空間で設計した色とUnityで最終出力する色を同じ色にすることができます。
これを使うことにより、開発者/デザイナーは、外部ツールを使ってsRGB色空間で設計した色とUnityで最終出力する色を同じ色にすることができます。
特に、実行時にリニア色空間で透明度の値を変更する場合に便利です。

Transparency Converter is a Unity package for calculating the transparency value in linear color space from the value in sRGB color space.
This allows developers/designers to make the final output colors using Unity the same as the colors designed in sRGB color space using external tools.
This would be especially useful when changing transparency values in linear color space at runtime.

<img src="./Documentation~/TransparencyConverter_Overview.png" height="512">

<img src="./Documentation~/TransparencyConverter.png" height="512">

## How to install

`
Expand Down
2 changes: 1 addition & 1 deletion Assets/TransparencyConverter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jp.sotanmochi.transparencyconverter",
"version": "0.3.0",
"version": "0.3.1",
"displayName": "TransparencyConverter",
"description": "Calculate the transparency value in linear color space from the value in sRGB color space.",
"license": "MIT",
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Transparency Converter

<img src="./Assets/TransparencyConverter/Documentation~/TransparencyConverter.png" height="512">

Transparency Converterは、sRGB色空間の透明度の値からリニア色空間の透明度の値を計算するためのUnityパッケージです。
これを使うことにより、開発者/デザイナーは、外部ツールを使ってsRGB色空間で設計した色とUnityで最終出力する色を同じ色にすることができます。
これを使うことにより、開発者/デザイナーは、外部ツールを使ってsRGB色空間で設計した色とUnityで最終出力する色を同じ色にすることができます。
特に、実行時にリニア色空間で透明度の値を変更する場合に便利です。

Transparency Converter is a Unity package for calculating the transparency value in linear color space from the value in sRGB color space.
This allows developers/designers to make the final output colors using Unity the same as the colors designed in sRGB color space using external tools.
This would be especially useful when changing transparency values in linear color space at runtime.

<img src="./Assets/TransparencyConverter/Documentation~/TransparencyConverter_Overview.png" height="512">

<img src="./Assets/TransparencyConverter/Documentation~/TransparencyConverter.png" height="512">

## How to install

`
Expand Down

0 comments on commit 91fb8d5

Please sign in to comment.