This property, ClickPointGreen and ClickPointBlue properties refers to the blue value of the pixel at the clicked location in the base image in the ImageKit Control.

[Visual Basic] Public ReadOnly Property ClickPointRed As Byte
[C#] public byte ClickPointRed {get;}

Property Value

Values range from 0 to 255

Explanation

You can easily retrieve color information from the base image displayed in the ImageKit Control. All you need to do is to click on the color in the base image that you want to retrieve and the respective RGB values for that pixel are set in the ClickPointRed, ClickPointGreen and ClickPointBlue properties. The ClickPointRed property refers to the blue value of the pixel at the clicked location in the base image in the ImageKit Control.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation