Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CTCaer/jc_toolkit
/ functions
Functions
198 in github.com/CTCaer/jc_toolkit
⨍
Functions
198
◇
Types & classes
32
Method
ModifySaturation
<summary> Modifies an existing Saturation level </summary> <remarks> To reduce Saturation use a number smaller than 1. To increase Saturation use a nu
jctool/jc_colorpicker/AdobeColors.cs:95
Method
NumericTextBox_KeyPress
(object sender, KeyPressEventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2344
Method
OnEyeDropperSelectionChanged
(object sender, EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2699
Method
OnMouseDown
(MouseEventArgs e)
jctool/jc_colorpicker/EyedropColorPicker.cs:126
Method
OnMouseMove
(MouseEventArgs e)
jctool/jc_colorpicker/EyedropColorPicker.cs:136
Method
OnMouseUp
(MouseEventArgs e)
jctool/jc_colorpicker/EyedropColorPicker.cs:142
Method
OnPaint
(PaintEventArgs e)
jctool/jc_colorpicker/RoundButton.cs:93
Method
OnPaint
(PaintEventArgs e)
jctool/jc_colorpicker/EyedropColorPicker.cs:88
Method
OnResize
(EventArgs e)
jctool/jc_colorpicker/EyedropColorPicker.cs:53
Method
ParseHexData
(string hex_data)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2635
Method
PresetNameDialog
()
jctool/jc_colorpicker/PresetNameDialog.cs:8
Method
RGB_MouseWheel
(object sender, MouseEventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2443
Method
RecalcSnapshotSize
()
jctool/jc_colorpicker/EyedropColorPicker.cs:58
Method
Redraw_Control
<summary> Calls all the functions neccessary to redraw the entire control. </summary>
jctool/jc_colorpicker/ctrl2DColorBox.cs:704
Method
Redraw_Control
<summary> Calls all the functions neccessary to redraw the entire control. </summary>
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:541
Method
ResetHSLRGB
<summary> Resets the controls color (both HSL and RGB variables) based on the current marker position </summary>
jctool/jc_colorpicker/ctrl2DColorBox.cs:776
Method
ResetHSLRGB
<summary> Resets the controls color (both HSL and RGB variables) based on the current slider position </summary>
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:606
Method
Reset_Marker
<summary> Resets the marker position of the slider to match the controls color. Gives the option of redrawing the slider. </summary> <param name="Red
jctool/jc_colorpicker/ctrl2DColorBox.cs:738
Method
Reset_Slider
<summary> Resets the vertical position of the slider to match the controls color. Gives the option of redrawing the slider. </summary> <param name="R
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:573
Method
Resources
()
jctool/jc_colorpicker/Properties/Resources.Designer.cs:31
Method
Round
<summary> Kindof self explanitory, I really need to look up the .NET function that does this. </summary> <param name="val">double value to be rounded
jctool/jc_colorpicker/ctrl2DColorBox.cs:824
Method
Round
<summary> Kindof self explanitory, I really need to look up the .NET function that does this. </summary> <param name="val">double value to be rounded
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:643
Method
Round
(double val)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2593
Method
RoundButton
<summary> Windows form control derived from Button, to create round and elliptical buttons </summary>
jctool/jc_colorpicker/RoundButton.cs:64
Method
Sat_Bri_MouseWheel
(object sender, MouseEventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2465
Method
SetBrightness
<summary> Sets the absolute brightness of a colour </summary> <param name="c">Original colour</param> <param name="brightness">The luminance level to
jctool/jc_colorpicker/AdobeColors.cs:46
Method
SetClickableRegion
<summary> Create region the same shape as the button. This will respond to the mouse click </summary>
jctool/jc_colorpicker/RoundButton.cs:174
Method
SetColorBasedOnType
(Color m_RGB_color)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2981
Method
SetHook
(bool enable)
jctool/jc_colorpicker/Util.cs:276
Method
SetHue
<summary> Sets the absolute Hue level </summary> <remarks>Accepted values 0-1</remarks> <param name="c">An original colour</param> <param name="Hue">T
jctool/jc_colorpicker/AdobeColors.cs:110
Method
SetPresetColorName
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2520
Method
SetSaturation
<summary> Sets the absolute saturation level </summary> <remarks>Accepted values 0-1</remarks> <param name="c">An original colour</param> <param name=
jctool/jc_colorpicker/AdobeColors.cs:78
Method
SetWindowLongPtr32
(IntPtr hWnd, int nIndex, int dwNewLong)
jctool/jc_colorpicker/Util.cs:211
Method
SetWindowPos
(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, int flags)
jctool/jc_colorpicker/Util.cs:174
Method
ShrinkShape
<summary> Shrink the shape </summary> <param name="g">Graphics Object</param> <param name="rect">The rectangle defining the shape to be shrunk</param>
jctool/jc_colorpicker/RoundButton.cs:226
Method
UncheckPreset
(Control ctrl)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2505
Method
UpdateTextBoxes
()
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2689
Method
Validate_Color_HexValue
(object sender, KeyEventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2202
Method
Validate_Color_TextValues
(object sender, KeyEventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2351
Method
btn_Cancel_Click
(object sender, EventArgs e)
jctool/jc_colorpicker/PresetNameDialog.cs:20
Method
btn_OK_Click
(object sender, EventArgs e)
jctool/jc_colorpicker/PresetNameDialog.cs:14
Method
btn_switchGripsPanel_Click
(object sender, EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2618
Method
buttonDown
()
jctool/jc_colorpicker/RoundButton.cs:279
Method
buttonUp
()
jctool/jc_colorpicker/RoundButton.cs:285
Method
convertOldFormatCustomConfig
()
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2795
Method
ctrl1DColorBar_Load
(object sender, System.EventArgs e)
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:124
Method
ctrl1DColorBar_MouseDown
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:130
Method
ctrl1DColorBar_MouseMove
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:154
Method
ctrl1DColorBar_MouseUp
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:176
Method
ctrl1DColorBar_Paint
(object sender, System.Windows.Forms.PaintEventArgs e)
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:200
Method
ctrl1DColorBar_Resize
(object sender, System.EventArgs e)
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:206
Method
ctrl2DColorBox
()
jctool/jc_colorpicker/ctrl2DColorBox.cs:61
Method
ctrl2DColorBox_Load
(object sender, System.EventArgs e)
jctool/jc_colorpicker/ctrl2DColorBox.cs:123
Method
ctrl2DColorBox_MouseDown
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/ctrl2DColorBox.cs:129
Method
ctrl2DColorBox_MouseMove
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/ctrl2DColorBox.cs:153
Method
ctrl2DColorBox_MouseUp
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/ctrl2DColorBox.cs:175
Method
ctrl2DColorBox_Paint
(object sender, System.Windows.Forms.PaintEventArgs e)
jctool/jc_colorpicker/ctrl2DColorBox.cs:208
Method
ctrl2DColorBox_Resize
(object sender, System.EventArgs e)
jctool/jc_colorpicker/ctrl2DColorBox.cs:202
Method
ctrlVerticalColorSlider
()
jctool/jc_colorpicker/ctrlVerticalColorSlider.cs:62
Method
frmColorPicker_Load
<summary> Runs when the form is loaded </summary>
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2093
Method
getCustomColorFromConfig
()
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2715
Function
get_ir_registers
jctool/jctool.cpp:2104
Function
hid_close
jctool/hid.c:848
Function
hid_error
jctool/hid.c:909
Function
hid_get_feature_report
jctool/hid.c:800
Function
hid_get_indexed_string
jctool/hid.c:895
Function
hid_get_manufacturer_string
jctool/hid.c:856
Function
hid_get_product_string
jctool/hid.c:869
Function
hid_get_serial_number_string
jctool/hid.c:882
Function
hid_read
jctool/hid.c:777
Function
hid_send_feature_report
jctool/hid.c:788
Function
hid_set_nonblocking
jctool/hid.c:782
Function
int16_to_uint16
jctool/jctool.cpp:35
Method
keyDown
(object sender, System.Windows.Forms.KeyEventArgs e)
jctool/jc_colorpicker/RoundButton.cs:291
Method
keyUp
(object sender, System.Windows.Forms.KeyEventArgs e)
jctool/jc_colorpicker/RoundButton.cs:299
Method
m_cmd_Cancel_Click
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2131
Method
m_cmd_OK_Click
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2124
Method
m_ctrl_BigBox_Scroll
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2142
Method
m_ctrl_ThinBox_Scroll
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2172
Method
m_lbl_NewBtnColor_Click
(object sender, EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2262
Method
m_lbl_NewColor_Click
(object sender, EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2256
Method
m_lbl_OldBtnColor_Click
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2250
Method
m_lbl_OldColor_Click
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2244
Method
m_lbl_Preset_Click
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2480
Method
m_radio_btn_ColorsTypeChanged
(object sender, EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2320
Method
m_rbtn_Black_CheckedChanged
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2288
Method
m_rbtn_Blue_CheckedChanged
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2312
Method
m_rbtn_Green_CheckedChanged
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2304
Method
m_rbtn_Hue_CheckedChanged
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2272
Method
m_rbtn_Red_CheckedChanged
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2296
Method
m_rbtn_Sat_CheckedChanged
(object sender, System.EventArgs e)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2280
Function
main
jctool/hid.c:936
Method
mouseDown
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/RoundButton.cs:269
Method
mouseUp
(object sender, System.Windows.Forms.MouseEventArgs e)
jctool/jc_colorpicker/RoundButton.cs:274
Method
saveCustomColorToConfig
()
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2892
Function
setIRPictureWindow
jctool/FormJoy.h:6215
Method
swapBytesColor
(UInt32 x)
jctool/jc_colorpicker/frmJoyConColorPicker.cs:2972
Function
test_chamber
jctool/jctool.cpp:2764
← previous
101–198 of 198, ranked by callers