Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tusooa Zhu
Krita
Commits
97c1c1bf
Commit
97c1c1bf
authored
May 29, 2018
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the text describing 8 bits/integer channel depth
BUG:394828
parent
53c866da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libs/ui/widgets/kis_advanced_color_space_selector.cc
libs/ui/widgets/kis_advanced_color_space_selector.cc
+2
-2
No files found.
libs/ui/widgets/kis_advanced_color_space_selector.cc
View file @
97c1c1bf
...
...
@@ -420,8 +420,8 @@ void KisAdvancedColorSpaceSelector::fillDescription()
if
(
currentDepthStr
==
"U8"
)
{
d
->
colorSpaceSelector
->
textProfileDescription
->
append
(
"<p>"
+
i18nc
(
"When the selected Bitdepth is 8"
,
"<b>8 bit integer</b>: The default
amount
of colors per channel. Each channel will have 256 values available, "
"leading to a total amount of
256*amount
of channels. Recommended to use for images intended for the web, "
"<b>8 bit integer</b>: The default
number
of colors per channel. Each channel will have 256 values available, "
"leading to a total amount of
colors of 256 times the number
of channels. Recommended to use for images intended for the web, "
"or otherwise simple images."
)
+
"</p>"
);
}
else
if
(
currentDepthStr
==
"U16"
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment