No announcements
Found 2881254 threads
-
0 Votes
Change color for Bitmap Image - No change in Hex string
I have a Hex string that's coming from postscript file. This Hex string is for the image - for which I need to ...Answered | 2 Replies | 1620 Views | Created by iniki - Monday, February 3, 2014 12:47 AM | Last reply by iniki - Monday, February 3, 2014 1:54 PM -
0 Votes
How can change the bitmap image color of image in wp8
A similar discussion went here :Proposed | 6 Replies | 1151 Views | Created by Imtiyazk - Thursday, November 27, 2014 9:15 AM | Last reply by Imtiyazk - Friday, November 28, 2014 12:40 PM -
0 Votes
Change color in bitmap
Bitmap b = new Bitmap(image); for (int x=0; x<Answered | 3 Replies | 7544 Views | Created by Alexei_shk - Thursday, August 4, 2005 11:22 AM | Last reply by Chris Vega - Monday, August 8, 2005 8:51 AM -
0 Votes
Change Image font Color
BUT your image is a bitmap JPG and it means you are not able to distinguish between text and graphic of the same color, so the color ...Answered | 1 Replies | 3414 Views | Created by Kalpesh Chhatrala - Saturday, June 26, 2010 11:20 AM | Last reply by Pavel Celba - Sunday, June 27, 2010 9:12 PM -
0 Votes
Change image color
Hi. I have almost all image transponent and i want to change non transponent pixels color. If i make loop in loop ...Answered | 1 Replies | 611 Views | Created by aivarinns - Thursday, February 27, 2014 9:15 AM | Last reply by lapheal - Thursday, February 27, 2014 9:59 AM -
1 Votes
Change bitmap color to index color
Hi, Is it possible? If I have 256 colors bitmap and I want to convert it's colors to nearest colors in my index color (index ...Answered | 2 Replies | 655 Views | Created by doliolarz - Monday, April 28, 2014 12:16 PM | Last reply by doliolarz - Monday, April 28, 2014 3:32 PM -
0 Votes
How To Change Bitmap Color on Dialog
Through That Function I can Change the Color of Bitmap , If any body getting nay Issue In that pls Contect meAnswered | 5 Replies | 3520 Views | Created by annie.arabad - Thursday, July 17, 2008 1:27 PM | Last reply by annie.arabad - Friday, July 25, 2008 1:01 PM -
1 Votes
Bitmap Image from Hex string - extra bytes being added
I have a Hex string that's coming from postscript file. (This Hex string is for image - I need to modify RGB ...Answered | 1 Replies | 1580 Views | Created by iniki - Monday, February 3, 2014 4:07 PM | Last reply by lapheal - Monday, February 3, 2014 5:42 PM -
0 Votes
Change Image color
I want to change image color like color to black and white , and some colors are added in to that images how can i achieve by ...Answered | 6 Replies | 20055 Views | Created by MSDN_Forums_User - Wednesday, August 13, 2008 6:13 AM | Last reply by El_Gabo - Wednesday, August 26, 2009 1:44 AM -
0 Votes
Change Image Color
Hi I have written the code for change a colour to gray in one check box click event of an Picture boxAnswered | 1 Replies | 3531 Views | Created by Sahasra - Wednesday, April 9, 2008 11:20 AM | Last reply by ThE_lOtUs - Wednesday, April 9, 2008 1:48 PM -
0 Votes
How to change bitmap color of a image
I want to change bitmap color of image from black to white.Proposed | 2 Replies | 5598 Views | Created by Mars771 - Wednesday, April 4, 2018 10:22 AM | Last reply by Cherry Bu - Thursday, April 5, 2018 6:27 AM -
0 Votes
Change a string color
Having part of the text be red and part be another color ( string loaded in the same "label" )... that is what i want...Answered | 6 Replies | 2924 Views | Created by Florian Bogdan - Tuesday, October 20, 2009 2:28 PM | Last reply by Crazypennie - Tuesday, October 20, 2009 2:48 PM -
1 Votes
change hex string to byte array
How can I change a string of Hex (2 chars) values to an array of bytes. if I have: string strNumber = ...Answered | 1 Replies | 8705 Views | Created by Edward1 - Sunday, November 5, 2006 12:10 AM | Last reply by nobugz - Sunday, November 5, 2006 12:44 AM -
1 Votes
Hex color to color string
Keep in mind that it'll only have a color string like "Red" or "HotPink" or whatever if it's a system-defined color, unless you're defining ...Answered | 7 Replies | 14570 Views | Created by SaiSankar - Thursday, June 8, 2006 5:25 PM | Last reply by SaiSankar - Friday, June 9, 2006 7:28 AM -
0 Votes
Color string == ARGB Hex color values?
Hi, I want to know the argb hex color values for color strings, For ...Answered | 2 Replies | 8763 Views | Created by smhnkmr - Thursday, March 3, 2011 1:34 PM | Last reply by smhnkmr - Thursday, March 3, 2011 11:51 PM -
0 Votes
change form background color with hex codes in vb 2010?
hi all how to change form background color with hex codes I am using visual basic 2010 (visual studio ...Answered | 5 Replies | 25136 Views | Created by Mind-Reader - Tuesday, July 16, 2013 6:38 PM | Last reply by shadyguy01 - Monday, May 5, 2014 5:26 PM -
0 Votes
Change Color
Hello, I want to change the text color of Minimum and maximum value in my RDLC report by using MAX and MIN built in expressions.I am having two ...Unanswered | 0 Replies | 425 Views | Created by Tech Aspirant - Wednesday, December 31, 2014 4:04 PM -
0 Votes
[VB]Change color image in vb net
Good evening and thank you for your time and help This is what I would like: In my program I charge small image 100 pixel by 100 ...Answered | 9 Replies | 769 Views | Created by roro6970 - Sunday, December 31, 2017 9:29 AM | Last reply by Acamar - Tuesday, January 2, 2018 11:33 AM -
0 Votes
Change background color of JPG/BITMAP file programmaticaly
No you can't change the background color of an compressed image file. You'll have to load the file into a bitmap and use one of the many ways to ...Answered | 3 Replies | 6137 Views | Created by dbijis - Wednesday, November 19, 2008 12:42 PM | Last reply by dbijis - Thursday, November 20, 2008 2:14 AM -
0 Votes
change color for rows
if the seq-ord value is the same group by seq_ord.. then change the color to grey else white.. in this example, all the rows with seq_ord 1 and 3 should ...Answered | 6 Replies | 4042 Views | Created by SSAS_5000 - Sunday, April 25, 2010 4:29 PM | Last reply by Parry2k - Monday, April 26, 2010 4:49 PM - Items 1 to 20 of 2881254 Next ›
No announcements