Home
last modified time | relevance | path

Searched refs:HslHue (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dblend.rs37 HslHue, enumerator
147 "hue" => Mode::HslHue, in parse()
173 HslHue => Operator::HslHue, in from()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_sliders.cpp92 case ColorSliders::Channel::HslHue: in paint()
249 addSlider(Channel::HslHue, "H", 0, 360, -180, 180); in ColorSliders()
292 m_items[Channel::HslHue].show = true; in setColorTypes()
423 setRelSliderValue(Channel::HslHue, getRelSliderValue(Channel::HsvHue)); in syncRelHsvHslSliders()
428 else if (m_items[Channel::HslHue].show) { in syncRelHsvHslSliders()
429 setRelSliderValue(Channel::HsvHue, getRelSliderValue(Channel::HslHue)); in syncRelHsvHslSliders()
507 setAbsSliderValue(Channel::HslHue, int(color.getHslHue())); in onSetColor()
534 case Channel::HslHue: in getColorFromSliders()
538 getAbsSliderValue(Channel::HslHue), in getColorFromSliders()
H A Dcolor_sliders.h34 HslHue, HslSaturation, HslLightness, enumerator
H A Dkey.h83 HslHue, enumerator
H A Dkeyboard_shortcuts.cpp82 { "HslHue" , "Color: HSL Hue" , app::WheelAction::HslHue },
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/filters/
H A Dcmd_hue_saturation.cpp95 double(m_sliders.getRelSliderValue(ColorSliders::Channel::HslHue))); in onChangeControls()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dstate_with_wheel_behavior.cpp332 case WheelAction::HslHue: in onMouseWheel()
344 case WheelAction::HslHue: h = h+dz*10.0; break; in onMouseWheel()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/surface_utils/
H A Dshared_surface.rs72 HslHue, enumerator
1399 HslHue => Cairo::HslHue, in from()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-rs-0.14.3/src/
H A Denums.rs350 HslHue, enumerator
390 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in from()
428 ffi::OPERATOR_HSL_HUE => Self::HslHue, in from()
468 Self::HslHue => "HslHue", in fmt()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-rs/src/
H A Denums.rs350 HslHue, enumerator
390 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in from()
428 ffi::OPERATOR_HSL_HUE => Self::HslHue, in from()
468 Self::HslHue => "HslHue", in fmt()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cairo-rs-0.14.9/src/
H A Denums.rs350 HslHue, enumerator
390 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in from()
428 ffi::OPERATOR_HSL_HUE => Self::HslHue, in from()
468 Self::HslHue => "HslHue", in fmt()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cairo-rs-0.14.1/src/
H A Denums.rs350 HslHue, enumerator
390 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in from()
428 ffi::OPERATOR_HSL_HUE => Self::HslHue, in from()
468 Self::HslHue => "HslHue", in fmt()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cairo-rs-0.14.9/src/
H A Denums.rs350 HslHue, enumerator
390 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in from()
428 ffi::OPERATOR_HSL_HUE => Self::HslHue, in from()
468 Self::HslHue => "HslHue", in fmt()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cairo-rs-0.14.7/src/
H A Denums.rs350 HslHue, enumerator
390 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in from()
428 ffi::OPERATOR_HSL_HUE => Self::HslHue, in from()
468 Self::HslHue => "HslHue", in fmt()
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/
H A Denums.rs541 HslHue, enumerator
578 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in into()
616 ffi::OPERATOR_HSL_HUE => Operator::HslHue, in from()
656 Operator::HslHue => "HslHue", in fmt()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-rs-0.7.1/src/
H A Denums.rs533 HslHue, enumerator
570 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in into()
608 ffi::OPERATOR_HSL_HUE => Operator::HslHue, in from()
648 Operator::HslHue => "HslHue", in fmt()
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/
H A Denums.rs541 HslHue, enumerator
578 Operator::HslHue => ffi::OPERATOR_HSL_HUE, in into()
616 ffi::OPERATOR_HSL_HUE => Operator::HslHue, in from()
656 Operator::HslHue => "HslHue", in fmt()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Extensions/
H A DCairoExtensions.cs1747 g.Operator = (Operator)ExtendedOperators.HslHue; in SetBlendMode()
1816 HslHue = 25, enumerator
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Ddrawing_ctx.rs2109 MixBlendMode::Hue => Operator::HslHue,