Hi,
We all know about system color in Delphi:
clBtnFace and clBtnShadow.
clBtnShadow is always darker than clBtnFace.
clBtnShadow is generated by Windows automatically when we change the clBtnFace (through display properties in windows control panel)
Is there any function or API function to generate that kind of Color?
I mean, we provide a Color, then the function return a darker Color than the provided color. The input Color and the result color relationship is just like clBtnFace and clBtnShadow.
Anyone knows that?
We all know about system color in Delphi:
clBtnFace and clBtnShadow.
clBtnShadow is always darker than clBtnFace.
clBtnShadow is generated by Windows automatically when we change the clBtnFace (through display properties in windows control panel)
Is there any function or API function to generate that kind of Color?
I mean, we provide a Color, then the function return a darker Color than the provided color. The input Color and the result color relationship is just like clBtnFace and clBtnShadow.
Anyone knows that?