Searched refs:Brightness (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DScreenConfigurations.h42 float Brightness(int32 id);
H A DScreenConfigurations.cpp157 ScreenConfigurations::Brightness(int32 id) function in class:ScreenConfigurations
H A DDesktop.cpp554 float brightness = fWorkspaces[0].StoredScreenConfiguration().Brightness(0);
/haiku/headers/os/interface/
H A DGraphicsDefs.h60 int32 Brightness() const;
65 return Brightness() <= 127;
71 return Brightness() > 127;
77 int32 contrast = colorA.Brightness() - colorB.Brightness();
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp41 rgb_color::Brightness() const function in class:rgb_color

Completed in 55 milliseconds