mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed colorization for IDE
This commit is contained in:
parent
a9e2e7595b
commit
f2863d53b8
6 changed files with 3 additions and 10 deletions
|
@ -694,19 +694,12 @@ namespace Beefy
|
|||
window.PreDraw(mGraphics);
|
||||
if (mColorMatrix != null)
|
||||
{
|
||||
#if DEBUG
|
||||
mColorMatrix = Matrix4(
|
||||
/*mColorMatrix = Matrix4(
|
||||
0.90f, 0.10f, 0.00f, 0,
|
||||
0.00f, 0.90f, 0.10f, 0,
|
||||
0.10f, 0.00f, 1.05f, 0,
|
||||
0, 0, 0, 1);
|
||||
#else
|
||||
mColorMatrix = Matrix4(
|
||||
0.90f, 0.10f, 0.00f, 0,
|
||||
0.00f, 1.05f, 0.10f, 0,
|
||||
0.10f, 0.00f, 0.90f, 0,
|
||||
0, 0, 0, 1);
|
||||
#endif
|
||||
0, 0, 0, 1);*/
|
||||
|
||||
mGraphics.SetShaderConstantData(0, &mColorMatrix.ValueRef, mColorMatrixDataDef);
|
||||
}
|
||||
window.Draw(mGraphics);
|
||||
|
|
BIN
IDE/dist/images/DarkUI.png
vendored
BIN
IDE/dist/images/DarkUI.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
BIN
IDE/dist/images/DarkUI.psd
vendored
BIN
IDE/dist/images/DarkUI.psd
vendored
Binary file not shown.
BIN
IDE/dist/images/DarkUI_2.png
vendored
BIN
IDE/dist/images/DarkUI_2.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 52 KiB |
BIN
IDE/dist/images/DarkUI_4.png
vendored
BIN
IDE/dist/images/DarkUI_4.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
BIN
IDE/dist/images/DarkUI_4.psd
vendored
BIN
IDE/dist/images/DarkUI_4.psd
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue