December 01 Learn » Re: Plot one pixel in blue on a canvas | |||
|---|---|---|---|
| |||
Missed adding color in the above example (Also added the alternate syntax using `with` statement... | |||
November 30 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...het/Math.d#L2271 With a vector color: ```d image2D(1, 2, RGB(0,0... | |||
November 29 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...the screen
ClearBackground(Colors.WHITE); // set background color to WHITE
// draw "Hello, World!"
DrawText("Hello... | |||
October 18 Announce » Re: Just another QR code library | |||
|---|---|---|---|
| |||
...dependencies!) - PNG files now use an indexed color palette and maximum compression - Deprecated save() in... | |||
October 03 Announce » Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...1,
borderStyle = colorBorder(color("#444")),
backgroundColor = color("#000"),
when!"a.isHovered"(
backgroundColor = color("#444"),
),
when... | |||
September 09 Announce » Re: LDC 1.40.0-beta3 | |||
|---|---|---|---|
| |||
...int SDL_FillRect(SDL_Surface*, const(SDL_Rect)* rect, uint color);
const(char)* SDL_GetError();
}
``` | |||
August 22 General » Re: Examples of low level control (synthesis) of audio ? - speakers, HDMI audio | |||
|---|---|---|---|
| |||
...the experience very much, often bringing a color of their own just like another coloration... | |||
August 15 General » Re: Differences in results when using the same function in CTFE and Runtime | |||
|---|---|---|---|
| |||
...them had sufficient error to change the color of the pixel. It's just that... | |||
July 31 Learn » Segmentation fault while reading a file | |||
|---|---|---|---|
| |||
...if(mtlbuf.startsWith("K" ~ vec[0])) // Ambient Color
{
ubyte j = 0;
foreach(val; mtlbuf[2... | |||
May 06 Learn » Re: Why is Phobos `Flag` so overthought ? | |||
|---|---|---|---|
| |||
...Flag;
alias Color = Flag;
void hello(Traditional traditional, Color color) {
if (traditional && color) {
writeln("\x1b... | |||
Copyright © 1999-2021 by the D Language Foundation