JP2007004758A - Program for forming color palette of computer by mixed color - Google Patents
Program for forming color palette of computer by mixed color Download PDFInfo
- Publication number
- JP2007004758A JP2007004758A JP2005213436A JP2005213436A JP2007004758A JP 2007004758 A JP2007004758 A JP 2007004758A JP 2005213436 A JP2005213436 A JP 2005213436A JP 2005213436 A JP2005213436 A JP 2005213436A JP 2007004758 A JP2007004758 A JP 2007004758A
- Authority
- JP
- Japan
- Prior art keywords
- color
- mixed color
- area
- mixed
- basic
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000010586 diagram Methods 0.000 claims abstract description 17
- 239000003086 colorant Substances 0.000 claims description 9
- 238000013500 data storage Methods 0.000 claims description 5
- 239000000203 mixture Substances 0.000 description 9
- 239000011248 coating agent Substances 0.000 description 1
- 238000000576 coating method Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000000034 method Methods 0.000 description 1
- 239000003973 paint Substances 0.000 description 1
- 238000010422 painting Methods 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Images
Landscapes
- Processing Or Creating Images (AREA)
Abstract
Description
コンピュータの画像表示プログラムに関し、特に色パレットの生成に関する。The present invention relates to a computer image display program, and more particularly to generation of a color palette.
パレット上で混合による色生成手段がある。混色用の元色に2色指定し、繰り返し混色作業を行う方式である。(例えば、特開平8−315104)
コンピュータの色パレットを混色によって、能率よく生成、保存、再利用する。Efficiently create, store, and reuse computer color palettes by mixing colors.
コンピュータの出力部(表示部)に基本色領域、混色作業領域、混色保存領域を用意する。A basic color area, a mixed color work area, and a mixed color storage area are prepared in the output section (display section) of the computer.
基本色領域に白、黄、緑、青、赤、黒の基本色を割り当てる。Assign basic colors of white, yellow, green, blue, red and black to the basic color area.
混色作業領域に円3つをそれぞれずらして重ねた、集合図のベン図を割り当てる。
基本色領域、または混色保存領域より色を選択し、混色作業領域の円を指定し、ベン図の重なりに合わせて混色の生成を行う。混色は、RGBの3原色成分について、各々2つ足して2で割る、または3つ足して3で割ることで得る。A Venn diagram of a collective diagram, in which three circles are shifted and overlaid on the mixed color work area, is assigned.
A color is selected from the basic color area or the mixed color storage area, a circle in the mixed color work area is designated, and a mixed color is generated in accordance with the overlapping of Venn diagrams. The color mixture is obtained by adding 2 and dividing by 2 or 3 and dividing by 3 for the three primary color components of RGB.
混色作業領域より混色保存領域に混色を複写し、混色保存領域からデータ保存部へ書き出しを可能とする。混色保存領域にデータ保存部より色データの読み込みを可能とする。The mixed color is copied from the mixed color work area to the mixed color storage area, and can be written from the mixed color storage area to the data storage unit. Color data can be read from the data storage unit in the mixed color storage area.
上記のデータ構造とプログラムによる。According to the above data structure and program.
コンピュータの色パレットを混色によって、能率よく生成、保存、再利用できる。Computer color palettes can be efficiently generated, stored, and reused through color mixing.
基本色領域として矩形領域を用意する。左から順に白、黄、緑、青、赤、黒を基本色として割り当てる。A rectangular area is prepared as a basic color area. White, yellow, green, blue, red, and black are assigned as basic colors in order from the left.
混色作業領域のベン図の使用状態を円ごとに管理する。ベン図を初期表示し、使用状態をすべて円について、未使用とする。The usage state of the Venn diagram in the mixed color work area is managed for each circle. The Venn diagram is initially displayed, and all the usage states are unused for the circle.
混色保存領域として、6列*8行=48個の矩形領域を用意する。初期の矩形領域色を白とする。As a mixed color storage area, 6 columns * 8 rows = 48 rectangular areas are prepared. The initial rectangular area color is white.
基本色領域、または混色保存領域をコンピュータの入力部の操作ポインターで指定し、色の吸い込みを行う。ベン図を構成する円の内部をポインターで指定することで色の吐き出しを行う。ポインター位置と円の中心座標との距離が最も短い円を1つ選択する。その円の使用状態を使用中とする。Specify the basic color area or mixed color storage area with the operation pointer of the computer's input unit, and perform color drawing. The color is discharged by specifying the inside of the circle composing the Venn diagram with a pointer. One circle with the shortest distance between the pointer position and the center coordinate of the circle is selected. The circle is in use.
混色は、RGBの3原色成分について、2つ足して2で割る、または3つ足して3で割ることで生成する。ベン図のそれぞれの領域に重なりに合わせて基本色、または混色を塗る。The mixed color is generated by adding 2 and dividing by 2 or adding 3 and dividing by 3 for the three primary color components of RGB. Paint basic colors or mixed colors to overlap each area of the Venn diagram.
ベン図を構成する円の使用状態が使用中の円で生成された混色を混色作業領域より混色保存領域へ一括複写する。The mixed colors generated by the circle in use of the circles constituting the Venn diagram are collectively copied from the mixed color work area to the mixed color storage area.
混色保存領域の編集(削除、振替)を可能にする。Allows editing (deletion, transfer) of the mixed color storage area.
複写、および削除の編集モードとして、上書、挿入を用意する。混色保存領域の編集位置を指定可能にする。Overwrite and insert are prepared as copy and delete editing modes. The edit position of the mixed color storage area can be specified.
混色保存領域の内容を書き出し、読み込みする機能を用意する。A function to write and read the contents of the mixed color storage area is prepared.
10混色生成プログラムの画面例、11基本色領域、12混色作業領域、13混色保存領域、14編集機能指示ボタン、15色データRGB成分表示、20作業開始、21色選択、22混色作成、23混色作業領域より混色保存領域へ複写、24混色保存領域より外部保存部へ書き出し、25作業終了、26外部保存部より混色保存領域へ読み込み、30ベン図の境界線、31、32、33、34、35、36、37ベン図の塗り込み領域、40塗り込みの開始位置、41、42塗り込みの境界、50ページ内接続子、80編集区分=後へ、90、91ページ内接続子、100プログラム、および処理データの保持部、101演算部、102入力部、103出力部、104データ保存部。Screen example of 10 color mixture generation program, 11 basic color area, 12 color mixture work area, 13 color mixture storage area, 14 editing function instruction button, 15 color data RGB component display, 20 work start, 21 color selection, 22 color mixture creation, 23 color mixture Copy from the work area to the mixed color storage area, write out from the 24 mixed color storage area to the external storage unit,
Claims (1)
RGBの3原色成分について、ベン図の重なりに合わせて、各々2つ足して2で割る、または3つ足して3で割ることで混色の生成を行う。混色作業領域より混色保存領域に混色を複写し、混色保存領域からデータ保存部へ書き出しを可能とする。混色保存領域にデータ保存部より色データの読み込みを可能とする。
上記のデータ構造とプログラム。A basic color area, a mixed color work area, and a mixed color storage area are prepared in the output section (display section) of the computer. Assign basic colors of white, yellow, green, blue, red and black to the basic color area. A Venn diagram of a collective diagram, in which three circles are shifted and overlaid on the mixed color work area, is assigned. A color is selected from the basic color area or the mixed color storage area, the circle of the mixed color work area is designated, and the inner color of the circle is set.
For the three primary color components of RGB, in accordance with the overlap of the Venn diagrams, two are added and divided by 2, or three are added and divided by 3, thereby generating a mixed color. The mixed color is copied from the mixed color work area to the mixed color storage area, and can be written from the mixed color storage area to the data storage unit. Color data can be read from the data storage unit in the mixed color storage area.
The above data structure and program.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2005213436A JP2007004758A (en) | 2005-06-24 | 2005-06-24 | Program for forming color palette of computer by mixed color |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2005213436A JP2007004758A (en) | 2005-06-24 | 2005-06-24 | Program for forming color palette of computer by mixed color |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2007004758A true JP2007004758A (en) | 2007-01-11 |
Family
ID=37690277
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2005213436A Pending JP2007004758A (en) | 2005-06-24 | 2005-06-24 | Program for forming color palette of computer by mixed color |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2007004758A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009032121A (en) * | 2007-07-27 | 2009-02-12 | Nippon Hoso Kyokai <Nhk> | Color generation support apparatus and color generation support program |
-
2005
- 2005-06-24 JP JP2005213436A patent/JP2007004758A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009032121A (en) * | 2007-07-27 | 2009-02-12 | Nippon Hoso Kyokai <Nhk> | Color generation support apparatus and color generation support program |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7573487B1 (en) | Dynamically transformable user interface icons | |
| US7408673B1 (en) | Mixed color groups | |
| WO2016080011A1 (en) | Color attribute display device, method, and program for digital image and image processing apparatus | |
| US8791954B2 (en) | Systems and methods for combining images into a file using multiple color palettes | |
| JP2007004758A (en) | Program for forming color palette of computer by mixed color | |
| US20140282185A1 (en) | Modifying colors in a color harmony | |
| JP5903927B2 (en) | Image processing apparatus, image processing method, and program | |
| JPH10283492A (en) | Layout typesetting method | |
| EP4093008B1 (en) | Information processing apparatus, information processing method, and program | |
| CN103092463B (en) | The implementation method that mouse wave is floated followed by button based on transparent form | |
| JP5020862B2 (en) | Line drawing processing apparatus and program | |
| JP2005006332A (en) | Interpolation using at least one boundary point in boundary surface | |
| CN113085401B (en) | Wall colored drawing printing method and device, electronic equipment and storage medium | |
| JPH10228532A (en) | Image processor and recording medium recording program for executing processing | |
| JP3969436B2 (en) | Color palette management apparatus and method, program | |
| JP2932651B2 (en) | Image processing device for cell animation | |
| JPS60169895A (en) | Generation of extra character | |
| JP2006130888A (en) | Stencil printing system | |
| JP2664164B2 (en) | Report design system | |
| Hercy et al. | Grouping and Pasting Into Woodmar Objects Ungrouped | |
| Onstott | Enhancing CAD Drawings with Photoshop | |
| JP2002232683A (en) | Picture data output device and picture data output program | |
| JPH10240912A (en) | Information processing apparatus and method | |
| Romaniello | Photoshop CS Savvy | |
| JPH0620020A (en) | Character and pattern input device |