Displaying 2 results from an estimated 2 matches for "test_color".
Did you mean:
term_color
2010 Mar 02
1
Double Colors in Main
Dear All,
Consider the following trivial code snippet
rm(list=ls())
name_vec <- c("color1", "color2")
pdf("test_color.pdf")
plot(seq(5), seq(5), main=paste(name_vec[1]," and ",name_vec[2], sep=""))
dev.off()
What I would like to achieve is rather simple to explain, but it is
giving me a headache: how can I have two colors in main? Let us say that
I would like 'color1' to be bl...
2011 Oct 21
0
Wine release 1.3.31
...32: Add pixel_to_colorref primitives.
gdi32: Implement SetPixel.
gdi32/tests: Add tests for SetPixel.
gdi32: Add get_pixel primitives.
gdi32: Implement GetPixel.
gdi32/tests: Add tests for GetPixel.
gdi32/tests: Remove the no longer used todo functionality of the test_color macro.
gdi32: Fix character code metrics for bitmap fonts.
gdi32: Add a fake 1-entry color table for 1-bpp ddbs.
Hwang YunSong (2):
po: Updated Korean translation.
po: Updated Korean translation.
Jacek Caban (28):
vbscript: Pass arguments to 1-arg functions directly...