FalconView (#1) - SetPen? Colors & ShadeFill? (#128) - Message List
SetPen? Colors & ShadeFill?
Good Morning,
What colors are support via ILayer.SetPen? method and the Shade Fill background
I have tried set the RBG values of the line color and fill color to sliding ranged based up on events that are happening in my system. But what I am seeing is from RGB 0,0,0 through 80,0,0 is Grey; 80,0,0 through 195,0,0 is Greyish Red, and 195,0,0 through 255,0,0 is Red.
The C# test code is:
for (int red=0,red<255;red+=5)
{
mILayer.SetPen(LayerHandle, (short)red, 0, 0, (short)red, 0, 0, 0, 1, 999);
mILayer.SetFillType(LayerHandle,8);
mILayer.ModifyObject(LayerHandle,ObjectHandle);
mILayer.Refresh(LayerHandle);
}
Now if I have any other fill type it will show all of the color ranges.
Thanks
John
jbhinkle
03/09/10 09:23:09 (5 months ago)
