diff options
author | Nikita <102851041+HyperNiki@users.noreply.github.com> | 2022-05-12 10:57:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 10:57:29 +0300 |
commit | 072a1226b09d5372a34b962b126f687f38755477 (patch) | |
tree | 5996b2793feb6a6bcc6151a35e6fa68daf01cbb1 /UefiMonitorTest/UefiMonitorTestStrings.uni | |
parent | 0a723eefe5a06c7f9b71a5084005f5778c046d87 (diff) | |
download | umt-072a1226b09d5372a34b962b126f687f38755477.tar.gz umt-072a1226b09d5372a34b962b126f687f38755477.tar.bz2 umt-072a1226b09d5372a34b962b126f687f38755477.zip |
add gradients test
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index a0e1ef1..52ce002 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -73,3 +73,17 @@ #string STR_SOLID_COLORS_BLUE_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" "All of the pixels should be blue. If you see a black\n" "pixel, this indicates a missing blue subpixel.\n" + +// Test "Gradients" + +#string STR_GRADIENTS_TITLE #language en-US "GRADIENTS" + +#string STR_GRADIENTS_MSG #language en-US "The grayscale image should be reproduced in the overall\n" + "view without any unnecessary color and with an even\n" + "gradient, and, at 256 intervals, there should not be any\n" + "noticeable abrupt changes in brightness between individual\n" + "grayscales. At a smaller number of intervals, the respective\n" + "bars should be clearly differentiable from one another.\n + "\n" + "Color%c: %s\n" + "Steps%c: %d\n" |