Home
last modified time | relevance | path

Searched refs:SetHue (Results 1 – 25 of 78) sorted by relevance

1234

/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbctoolbar.pas63 function SetHue(AColor: TBGRAPixel; g_hue: integer): TBGRAPixel; in SetHue() function
87 Bitmap.HorizLine(ARect.Left, ARect.Top, ARect.Right-1, SetHue(BGRA(169, 191, 214), g_hue), dmSet);
88 …Bitmap.HorizLine(ARect.Left, ARect.Top + 1, ARect.Right-1, SetHue(BGRA(250, 252, 253), g_hue), dmS…
91 c1 := SetHue(BGRA(252, 254, 255), g_hue);
92 c2 := SetHue(BGRA(243, 248, 253), g_hue);
93 c3 := SetHue(BGRA(238, 243, 250), g_hue);
94 c4 := SetHue(BGRA(238, 244, 251), g_hue);
99 c1 := SetHue(BGRA(249, 252, 255), g_hue);
100 c2 := SetHue(BGRA(230, 240, 250), g_hue);
101 c3 := SetHue(BGRA(220, 230, 244), g_hue);
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DColorCorrector.h255 inline void SetHue(int value) { m_hueHasBeenSet = true; m_hue = value; } in SetHue() function
260 inline ColorCorrector& WithHue(int value) { SetHue(value); return *this;} in WithHue()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l/
H A Dvidinput_v4l.h62 PBoolean SetHue(unsigned int);
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_bsd/
H A Dvidinput_bsd.h104 PBoolean SetHue(unsigned int);
H A Dvidinput_bsd.cxx434 PBoolean PVideoInputDevice_BSDCAPTURE::SetHue(unsigned newHue) in SetHue() function in PVideoInputDevice_BSDCAPTURE
/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiVideo.cpp161 Result Video::SetHue(int value) throw() in SetHue() function in Nes::Api::Video
163 return emulator.renderer.SetHue( value ); in SetHue()
H A DNstApiVideo.hpp377 Result SetHue(int value) throw();
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemColor.h121 void SetHue(float hue);
332 inline void emColor::SetHue(float hue) in SetHue() function
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiVideo.cpp175 Result Video::SetHue(int value) throw() in SetHue() function in Nes::Api::Video
177 return emulator.renderer.SetHue( value ); in SetHue()
H A DNstApiVideo.hpp382 Result SetHue(int value) throw();
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_dc/
H A Dvideoio1394dc.h152 PBoolean SetHue(unsigned newHue);
H A Dvideo4dc1394.cxx517 PBoolean PVideoInputDevice_1394DC::SetHue(unsigned newHue) in SetHue() function in PVideoInputDevice_1394DC
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideoio1394dc.h147 PBoolean SetHue(unsigned newHue);
H A Dvideoio.h660 virtual PBoolean SetHue(unsigned newHue);
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_avc/
H A Dvidinput_avc.h171 PBoolean SetHue(unsigned newHue);
H A Dvidinput_avc.cxx266 PBoolean PVideoInputDevice_1394AVC::SetHue(unsigned newHue) in SetHue() function in PVideoInputDevice_1394AVC
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Ddummyvideo.cxx106 PBoolean PVideoInputDevice::SetHue(unsigned newHue) in SetHue() function in PVideoInputDevice
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dtarga.c50 static void _fastcall SetHue(int);
511 static void _fastcall SetHue(int level) in SetHue() function
714 SetHue(targa.Hue); in GraphInit()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l2/
H A Dvidinput_v4l2.h107 PBoolean SetHue(unsigned int);
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogPaletteEditor.cpp87 emulator.SetHue( Nes::Video::DEFAULT_HUE ); in Settings()
96 emulator.SetHue( hue ); in Restore()
H A DNstDialogVideo.cpp193 nes.SetHue( hue ); in Restore()
308 Nes::Video(nes).SetHue( hue ); in Video()
762 Nes::Video(nes).SetHue ( Nes::Video::DEFAULT_HUE ); in ResetColors()
876 Nes::Video(nes).SetHue( value + Nes::Video::MIN_HUE ); in OnHScroll()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/colorspace/
H A Dbgracolorex.pas62 procedure SetHue(AValue: single); procedure
134 property Hue: single read GetHue write SetHue;
715 procedure TColorEx.SetHue(AValue: single); procedure
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/colorspace/
H A Dbgracolorex.pas62 procedure SetHue(AValue: single); procedure
134 property Hue: single read GetHue write SetHue;
715 procedure TColorEx.SetHue(AValue: single); procedure
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstVideoRenderer.hpp75 Result SetHue(int);
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstVideoRenderer.hpp75 Result SetHue(int);

1234