Displaying 2 results from an estimated 2 matches for "rgb15".
Did you mean:
rgb10
2011 Aug 09
1
Transparent color ramp problem
...0, alpha = 0.5, maxColorValue = 255)
rgb12 <- rgb(red=255, green=229, blue=60, alpha = 0.5, maxColorValue = 255)
rgb13 <- rgb(red=255, green=219, blue=119, alpha = 0.5, maxColorValue = 255)
rgb14 <- rgb(red=255, green=224, blue=178, alpha = 0.5, maxColorValue = 255)
rgb15 <- rgb(red=255, green=255, blue=255, alpha = 0.5, maxColorValue = 255)
terraincolours <- colorRampPalette(c(rgb7, rgb8, rgb9, rgb10, rgb11, rgb12, rgb13, rgb14, rgb15))
# Plot map
image(terrain, col = shadecolours(512), axes = TRUE) # plots the shaded relief
#image(dem, c...
2020 Oct 09
0
Wine release 5.19
...ov (9):
amstream: Implement IDirectDrawStreamSample::CompletionStatus.
amstream: Implement IDirectDrawStreamSample::GetSampleTimes.
amstream: Implement AMDirectDrawStream::BeginFlush and ::EndFlush.
amstream: Implement AMDirectDrawStream::NewSegment.
winegstreamer: Use RGB15/16 formats instead of BGR15/16.
winegstreamer: Fix RGB565 conversion in amt_from_gst_video_info().
winegstreamer: Add a second videoconvert to handle 15/16-bit RGB formats.
winegstreamer: Expose 15/16-bit RGB formats.
amstream: Reference the multimedia stream in ddraw stream...