graphics
Here are 3,504 public repositories matching this topic...
Is there any way to implement horizontal radio button group?
-
Updated
Aug 4, 2020 - Jupyter Notebook
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Aug 21, 2020 - TypeScript
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
-
Updated
Jan 7, 2020 - C++
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Aug 17, 2020 - C++
-
Updated
Jul 15, 2020 - C++
A small change that would make implementing styles for elements with background colours a bit easier. It would match the From<T> for Option<T> impl that you can already use for fields that are Option<Color> (like text_color).
Before:
Style {
background_color: Some(Color::BLACK.into()),
text_color: Color::WHITE.into(),
..Default::default()
}After:
-
Updated
Aug 21, 2020 - C++
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Aug 22, 2020 - C
This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.
As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.
-
Updated
Jul 29, 2020 - TypeScript
-
Updated
Mar 22, 2020 - C++
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 22, 2020 - Go
Improve this page
Add a description, image, and links to the graphics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphics topic, visit your repo's landing page and select "manage topics."


Most appropriate sub-area of p5.js?
Feature enhancement details:
Currently, several DOM examples are not executed in the reference. It is always helpful to have the example code exec