search for: getcolor

Displaying 6 results from an estimated 6 matches for "getcolor".

Did you mean: setcolor
2007 Sep 27
1
windows device transparency issue
...unlist(lapply(xdens, function(x) max(x$y)))) topy <- max(unlist(lapply(ydens, function(x) max(x$y)))) xrange <- range(x, na.rm=TRUE) yrange <- range(y, na.rm=TRUE) nf <- layout(matrix(c(2,0,1,3),2,2,byrow=TRUE), c(3,1), c(1,3), TRUE) par(mar=c(4,4,0,0), oma=c(0,0,0,0)) getcolors <- rainbow(length(levels(trtp.f)), alpha=.5) plot(x, y, xlim=xrange, ylim=yrange,xlab="X value", ylab="Y value", pch=21, bg=getcolors[as.numeric(trtp.f)]) par(mar=c(0,4,1,1)) plot(x=xrange, axes=FALSE, xlim=xrange, ylim=c(0, topx), xlab="", ylab="")...
2007 Dec 20
0
smoothScatter and geneplotter
...|> |> Somehow I always forget the capital S and wonder if I have loaded the |> correct package ;-D Maybe you're misled from the output when the package is installed: >>> Building/Updating help pages for package 'geneplotter' Formats: text html latex example GetColor text html latex example Makesense text html latex example alongChrom text html latex example amplicon.plot text html latex example cColor te...
2007 Mar 23
0
[917] branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h: Fix spelling mistake from wxWidgets headers
...cx"> virtual wxColour GetColour(int id) = 0; </span><del>- virtual void SetColour(int id, const wxColor& colour) = 0; </del><ins>+ virtual void SetColour(int id, const wxColour& colour) = 0; </ins><span class="cx"> wxColour GetColor(int id) { return GetColour(id); } </span><span class="cx"> void SetColor(int id, const wxColour& color) { SetColour(id, color); } </span><span class="cx"> </span></span></pre> </div> </div> </body> </html&g...
2017 Jun 23
0
Wine release 2.11
...sses. advapi32/tests: Show that child processes do not inherit mandatory labels. server: Assign a default label to all tokens. Miklós Máté (1): quartz: Small readability fix. Nikolay Sivov (10): d3drm/tests: Add helpers to test vectors. include: Fix IDirect3DRMFace*::GetColor() macros. d3drm: Make it possible to create frames with CreateObject(). d3drm: Make it possible to create light objects using CreateObject(). po: Update Russian translation. d3drm: Make it possible to create material objects with CreateObject(). d3drm: Implement object...
2009 Jul 03
0
Wine release 1.1.25
...top-down dibs. windowscodecs: Implement CopyPixels for BMP decoder. windowscodecs: Implement QueryCapability for BMP decoder. include: Add definitions for IWICPalette. windowscodecs: Add stub implementation of IWICPalette. windowscodecs: Implement InitializeCustom and GetColors for palettes. windowscodecs: Implement GetColorCount and GetType for palettes. windowscodecs: Implement IsBlackWhite and IsGrayscale for palettes. windowscodecs: Implement HasAlpha for palettes. windowscodecs: Add test for IWICPalette. Vitaliy Margolen (2): dxdiagn:...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...c(int id) = 0; + virtual void SetMetric(int id, int new_val) = 0; + virtual void SetFont(int id, const wxFont& font) = 0; + virtual wxFont GetFont(int id) = 0; + virtual wxColour GetColour(int id) = 0; + virtual void SetColour(int id, const wxColor& colour) = 0; + wxColour GetColor(int id) { return GetColour(id); } + void SetColor(int id, const wxColour& color) { SetColour(id, color); } + + virtual void DrawSash(wxDC& dc, + wxWindow* window, + int orientation, + const wxRect& rect) =...