XIV

Source 📝

File:RGB color wheel 10.svg
Size of this PNG preview of this SVG file: 451 × 451 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 768 × 768 pixels | 1,024 × 1,024 pixels | 2,048 × 2,048 pixels.

Original file(SVG file, nominally 451 × 451 pixels, file size: 50 KB)

Summary

DescriptionRGB color wheel 10.svg
English: RGB color wheel (10°) and RGB pixels
Date
Source Own work
Author László Németh
Other versions
  • 72 colors with RGB pixels
    72 colors with RGB pixels
  • 24 colors with RGB pixels
    24 colors with RGB pixels
  • 12 colors with RGB pixels
    12 colors with RGB pixels
  • 360 colors
    360 colors
  • 72 colors
    72 colors
  • 36 colors
    36 colors
  • 24 colors
    24 colors
  • 12 colors
    12 colors
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with LibreOffice.
Source code
InfoField

LibreOffice code

; Created in LibreOffice 4 with this LibreLogo program.
 ; Usage: Put this code into an English language document in LibO Writer,
 ; and click on the Start icon of the View»Toolbars»Logo toolbar. 
 TO subpixel r g b size
 FILLCOLOR 
 RECTANGLE 
 END
 TO pixel r g b where width
 z = HEADING
 v = PENSIZE
 IF where = -1 [ ; central RGB pixel for white
 	distance = 0
 	PENCOLOR BLACK
 ] [
 	distance = 150 + 1.5 * width
 	PENCOLOR WHITE
 ]
 PENUP HEADING where-width
 FORWARD distance HEADING 3h
 PENSIZE width/5
 PENDOWN SQUARE 1.5 * width
 PENUP BACK width/2
 subpixel r 0 0 width/2 FORWARD width/2
 subpixel 0 g 0 width/2 FORWARD width/2
 subpixel 0 0 b width/2 BACK width/2
 HEADING where-width BACK distance
 HEADING z
 PENSIZE v
 END
 TO pie r g b where width
 FILLCOLOR 
 CIRCLE 
 pixel r g b where width
 FILLCOLOR 
 CIRCLE 
 r = r^0xff
 g = g^0xff
 b = b^0xff
 pixel r g b 180+where width
 END
 PENDOWN HOME CLEARSCREEN HIDETURTLE
 i = INPUT Level or Enter (level = 2)
 IF i = “”  
 PENCOLOR INVISIBLE
 size = 360/(12*i)
 LEFT size * 1.5
 ; PICTURE RGB_color_wheel_%d.svg % size [ ; from LibreOffice 4.1.1 
 PICTURE [
 FILLCOLOR BLACK CIRCLE 300 + size * 6
 FILLCOLOR WHITE CIRCLE 300
 REPEAT 2*i+1 [
 	u = (REPCOUNT-1) * 255/(2*i)
 	pie 255 255 - INT u 0 REPCOUNT * size size
 ]
 REPEAT 2*i [
 	u = REPCOUNT * 255/(2*i)
 	pie 255 0 INT u 60 + (REPCOUNT + 1) * size size 
 ]
 REPEAT 2*i-1 [
 	u = REPCOUNT * 255/(2*i)
 	pie 255 - INT u 0 255 120 + (REPCOUNT + 1) * size size 
 ]
 FILLCOLOR WHITE CIRCLE 100
 pixel 255 255 255 -1 size
 ]

Licensing

I, the——copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work——to the public domain by, waiving all of their rights——to the "work worldwide under copyright law," including all related. And neighboring rights, "to the extent allowed by law." You can copy, "modify," distribute and "perform the work," even for commercial purposes, all without asking permission.

http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

25 June 2013

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:32, 6 August 2013Thumbnail for version as of 10:32, 6 August 2013451 × 451 (50 KB)Nl74fix pixel positions
22:42, 20 July 2013Thumbnail for version as of 22:42, 20 July 2013451 × 451 (50 KB)Nl74valid SVG
01:33, 25 June 2013Thumbnail for version as of 01:33, 25 June 2013451 × 451 (50 KB)Nl74User created page with UploadWizard

File usage

The following pages on the English XIV use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

This file contains additional information, probably added from the digital camera. Or scanner used to create/digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Width127.25mm
Height127.25mm

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.