I've been trying to use the ImageEditor's Hue and Saturation to accomplish the same task as Adobe's Color Channel Mixer but the operations are color channel specific and I was getting nowhere with it as I could potentially have Luminosity values above 1 which would cause issues with Saturation calculations.
Does anyone know if there is a .NET control or color management library that can be purchased or free that could accomplish the task of increasing/decrease individual color channels on an image? I really only need the image as a "preview", and then use then save the R G B for use in another application. RGB values are decimal but 0-100% but can be overdriven just like Adobe's Color Channel Mixer up to 500% (adobe only goes up to 200%).
I've seen some sample code all C++ and "unsafe" code so wasn't too helpful ... either a .NET library or .NET control ... can anyone point me in a direction?
Cheers, Rob.

I am trying to customize Insert hyperlink dialog. My goal is to apply hyperlink (navigationUri) from predefined list i.e. link to users available in system.
I am using WPF 5.0. I am not sure should I follow MEF approach or create usercontrol and implement functionality.
I found one old thread
Can I customize the default "Insert Hyperlink" dialog window. But I am facing following error
Cannot resolve dependency to assembly 'Telerik.Windows.Documents.Core, Version=2020.3.1019.40
Can you please guide me how to achieve this task.

Hi All,
Any Idea to dig More information on RadCartesianChart control. I have attached a sample graph(sampleBarGraphs.jpeg) snap for reference. As you can see in the snap it is a bar graph which different Activities like planned-131,completed-45 etc. So when I click on Planned Activity in the bar I need to dig more information on it like a pop up which displayed some rad list items the count of these list is the Planned activity count in the bar graph.
Any samples solutions or documentation for reference to implement the sample graph using telerik controls/behavior's.
Thanks in Advance.
Hello.
We have a need to execute some command when the window is fully loaded. In order to do that we want to be able to bind event ContentRendered to the command in view model.
What would be the best way to achieve this? As I understood there are three approaches:
- resolving view model from the condebehind and invoking the command
- interactivity library (additional dependancy)
- a combination of attached property and attached behavior
What is a recommended way to bind to the window event in MVVM style? Is there a code sample somewhere to take a look at?
Thank you.

Hi All,
Is there any possible for changing the content of ChartTrackBallBehavior. I have attached a sample image(sample.jpg).I want to modify content of the track ball Behaviour.
Thanks in Advance!


<Style x:Key="Bold10CellStyle" TargetType="telerik:GridViewFooterCell" > <Setter Property="FontSize" Value="10" /> <Setter Property="FontWeight" Value="Bold" /></Style><Style x:Key="SmallBoldFooter" TargetType="telerik:GridViewFooterRow"> <Setter Property="FontSize" Value="10" /> <Setter Property="FontWeight" Value="Bold" /></Style>
Hello.
It is an error with symptoms similar to the post below.
In addition to sorting, errors occur in search.
For more information, attach the following article and source code.
Source code only added properties in gridview. The rest are the sources in the GroupSelection SDK.
Source : https://drive.google.com/file/d/1f8MWpNmWY_RWF43IEyvnxOKouoi-B7-g/view?usp=sharing
Merry Christmas.
Thanks.
