diff --git a/examples/directx11_example/main.cpp b/examples/directx11_example/main.cpp index 8563f07..c5d1eea 100644 --- a/examples/directx11_example/main.cpp +++ b/examples/directx11_example/main.cpp @@ -550,7 +550,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/directx11_example/main.cpp b/examples/directx11_example/main.cpp index 8563f07..c5d1eea 100644 --- a/examples/directx11_example/main.cpp +++ b/examples/directx11_example/main.cpp @@ -550,7 +550,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/directx9_example/main.cpp b/examples/directx9_example/main.cpp index 98ab9d2..1c5e630 100644 --- a/examples/directx9_example/main.cpp +++ b/examples/directx9_example/main.cpp @@ -310,7 +310,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/directx11_example/main.cpp b/examples/directx11_example/main.cpp index 8563f07..c5d1eea 100644 --- a/examples/directx11_example/main.cpp +++ b/examples/directx11_example/main.cpp @@ -550,7 +550,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/directx9_example/main.cpp b/examples/directx9_example/main.cpp index 98ab9d2..1c5e630 100644 --- a/examples/directx9_example/main.cpp +++ b/examples/directx9_example/main.cpp @@ -310,7 +310,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/opengl3_example/main.cpp b/examples/opengl3_example/main.cpp index e56f105..8ee8c8c 100644 --- a/examples/opengl3_example/main.cpp +++ b/examples/opengl3_example/main.cpp @@ -327,7 +327,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); while (!glfwWindowShouldClose(window)) { diff --git a/examples/directx11_example/main.cpp b/examples/directx11_example/main.cpp index 8563f07..c5d1eea 100644 --- a/examples/directx11_example/main.cpp +++ b/examples/directx11_example/main.cpp @@ -550,7 +550,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/directx9_example/main.cpp b/examples/directx9_example/main.cpp index 98ab9d2..1c5e630 100644 --- a/examples/directx9_example/main.cpp +++ b/examples/directx9_example/main.cpp @@ -310,7 +310,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); // Enter the message loop MSG msg; diff --git a/examples/opengl3_example/main.cpp b/examples/opengl3_example/main.cpp index e56f105..8ee8c8c 100644 --- a/examples/opengl3_example/main.cpp +++ b/examples/opengl3_example/main.cpp @@ -327,7 +327,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); while (!glfwWindowShouldClose(window)) { diff --git a/examples/opengl_example/main.cpp b/examples/opengl_example/main.cpp index fbce41c..e589981 100644 --- a/examples/opengl_example/main.cpp +++ b/examples/opengl_example/main.cpp @@ -237,7 +237,7 @@ bool show_test_window = true; bool show_another_window = false; - ImVec4 clear_col(0.8f, 0.6f, 0.6f, 1.0f); + ImVec4 clear_col = ImColor(114, 144, 154); while (!glfwWindowShouldClose(window)) {