About 1,782,193 results (2,643 milliseconds)

Tasks for Canvas – now supporting Blackboard, D2L Brightspace ...

https://chromewebstore.google.com/detail/tasks-for-canvas-%E2%80%93-now-su/kabafodfnabokkkddjbnkgbcbmipdlmb
The Tasks browser extension for Canvas™ updates the Canvas dashboard ... The sidebar includes: - A colorful chart with various rings color coded by course.

colour of DrawFocusRect()

https://groups.google.com/g/borland.public.delphi.vcl.components.writing/c/opITeYni7iU
Canvas.Brush.Color := Color; Canvas.Rectangle( r.Left, r.Top, r.Right, r ... to my DrawFocus( ) method. first, i replicated the yellow colour of the focus rect.

speed question

https://groups.google.com/g/clojure/c/Tgrv64zcGWY/m/JxIc5K7dq3gJ
Apr 2, 2009 ... (:import (java.awt Color Container Graphics Canvas Dimension) (javax ... down your Clojure code. You can set the global variable *warn ...

Jupyter VPython 0.3.10 supports side-by-side graphics and graphs

https://groups.google.com/g/vpython-users/c/fA3ctpyv9u0
BTW, I tried your example with a larger number of points (see code below). ... color=color.yellow,fixedwidth=True,shaftwidth=0.05). arrow(pos=vec(0,-Lax/2,0) ...

Analyze with BigQuery data canvas | Google Cloud

https://cloud.google.com/bigquery/docs/data-canvas
The visualization node lets you customize your chart, including changing the colors, labels, and data sources. ... See more code actions. Dismiss View. Light code ...

Background image on canvas using paper js

https://groups.google.com/g/paperjs/c/p_wvu7vYEW4
//functions for background color change. function red() {. document.getElementById ... function yellow() {. document.getElementById("myCanvas").style ...

Change canvas color with listpicker

https://groups.google.com/g/mitappinventortest/c/PnRY9dY9Qjo/m/alt4oQD6EAAJ
I followed the paintpot tutorial part 1 and part 2 and i tried to change the size of the line and change canvas color with listpicker. ... post the skeleton code ...

Blend modes issue on Metal

https://groups.google.com/g/skia-discuss/c/FTO0NSR_09Q
Feb 14, 2022 ... SkPaint yellow(paint); yellow.setColor(SK_ColorYELLOW); canvas->drawCircle(3 * r, r, r, yellow); ... This is the iOS code: https://github.com ...

Change color button in Kivy

https://groups.google.com/g/kivy-users/c/nyqKtP-yynE
Here's a bit of code. I use background_color to change the color and i ... Fore example, the most "yellow" you will ever see is with: background_color ...

I am an English teacher and I am trying to create an online book ...

https://support.google.com/docs/thread/75714744/i-am-an-english-teacher-and-i-am-trying-to-create-an-online-book-tracker-for-the-year?hl=en
Oct 8, 2020 ... The Canvas person I spoke to in chat didn't seem to think there was a way to change the export of code from Sheets but he admitted that he was ...

Clearing an image and returning to the canvas/background image

https://groups.google.com/g/mitappinventortest/c/OFvU5nDYwjA
I have completed the Paint Pot parts 1 & 2 along with the extended version with the camera. ... Possibly you may also need most of the code that might be in your ...

nested boxlayout doesn't display background color where expected

https://groups.google.com/d/msgid/kivy-users/c3975d0c-c488-4249-bb04-54cfac91ad2bn%40googlegroups.com?utm_medium=email&utm_source=footer
The tableau background color is the yellow. What I wanted and expected to ... So I'm trying to generate them in python code in a loop, rather than listing them in ...

Your first WebGPU app

https://codelabs.developers.google.com/your-first-webgpu-app
You should see your chosen color in the canvas. ... Note: You might be thinking, "That could have all been done with one line of Canvas 2D code in a nested loop!" ...

Yellowtail - Google Fonts

https://fonts.google.com/specimen/Yellowtail
Yellowtail is an old school flavored flat brush script typeface of medium weight. It's mix of connecting and non-connecting letterforms lend to its unique ...

HTML Page Feature ... How To Change Size of the Canvas ...

https://support.google.com/webdesigner/thread/95634327/html-page-feature-how-to-change-size-of-the-canvas-workspace-background?hl=en
Jan 28, 2021 ... Even changed the View Port size in Code View and that did not affect the Page Size. All the banner type options let you choose the size at ...

Evergreen Public Schools

https://sites.google.com/evergreenps.org/home
... Payments Sports/Activity Registration Fines & Fees · Canvas Parent Login Link · Canvas for EPS Families · Image link to Safety & Security page. Safety and ...

Canvas flood fill an area

https://groups.google.com/g/app-inventor-developers-library/c/NBuCEDP8SxQ
It's location on the Canvas and current heading are required to know the position of it's two color sensors at any time. These values are stored in three ...

Google Code Archive - Google Code

https://code.google.com/archive/p/android-multitouch-controller/issues/4
Nov 16, 2011 ... onDraw(Canvas canvas){ Log.e("onDraw", "Bitmap to draw: "+img); ... } So ... (Color.YELLOW); mLinePaintTouchPointCircle.setStrokeWidth(5); ...

canvas [itemconfigure -state] slow for image object?

https://groups.google.com/g/comp.lang.tcl/c/0RTGfqxzh3s
Aug 2, 2006 ... extending the code difficult. Symbolic colors go through a costly lookup via X functions (emulated in Windows), and hexadecimal colors go

Object with texture as local light source

https://groups.google.com/g/vpython-users/c/YdYfsZBpCjE
... color=color.yellow, emissive=True) earth=sphere(pos=vec(earthorb,0,0) ... code was. I left out a. canvas(width=700, height=700). when this is included ...