Home
last modified time | relevance | path

Searched refs:get_gamma_ramp (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-SDL/SDL-2.548/t/
H A Dcore_video_gamma.t29 SDL::Video::get_gamma_ramp( $r, $g, $b );
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideo.pod904 =head2 get_gamma_ramp section
906 $get_gamma_ramp = SDL::Video::get_gamma_ramp( \@red_table, \@green_table, \@blue_table );
909 C<SDL::Video::get_gamma_ramp> returns -1 on error.
918 my $ret = SDL::Video::get_gamma_ramp( \@red, \@green, \@blue );
955 my $ret = SDL::Video::get_gamma_ramp( \@red, \@green, \@blue );
961 $ret = SDL::Video::get_gamma_ramp( \@red, \@green, \@blue );
/dports/graphics/py-glfw/glfw-2.5.0/glfw/
H A DGLFW.py313 get_gamma_ramp as glfwGetGammaRamp,
H A D__init__.py1177 def get_gamma_ramp(monitor): function
/dports/lang/vala/vala-0.48.18/vapi/
H A Dsdl.vapi80 public static int get_gamma_ramp(uint16* red, uint16* green, uint16* blue);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs2708 pub fn get_gamma_ramp<Conn>(conn: &Conn, screen: u16, size: u16) -> Result<Cookie<'_, Conn, GetGamm…
3142 get_gamma_ramp(self, screen, size)
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs2708 pub fn get_gamma_ramp<Conn>(conn: &Conn, screen: u16, size: u16) -> Result<Cookie<'_, Conn, GetGamm… in get_gamma_ramp() function
3142 get_gamma_ramp(self, screen, size) in xf86vidmode_get_gamma_ramp()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/src/
H A Dlib.rs1407 pub fn get_gamma_ramp(&self) -> GammaRamp { in get_gamma_ramp() method