此为最大尺寸。
摘要
许可协议
我,本作品著作权人,特此采用以下许可协议发表本作品:
您可以自由地:
共享 – 复制、发行并传播本作品
修改 – 改编作品
惟须遵守下列条件:
署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议 分发您贡献的作品。 https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 true true
Gnuplot source code
"The map is obtained by linearly varying the hue through all possible values while keeping constant maximum saturation and value." [ 1]
set palette model HSV functions gray , 1 , 1
set terminal png
set output 'p.png'
test palette
or
set palette model HSV defined ( 0 0 1 1 , 1 1 1 1 )
or
set palette model HSV
set palette rgbformulae 3 , 2 , 2
test palette
where:
Test:
show palette
palette is COLOR
color mapping by defined gradient
figu re is POSITIVE
al l color formulae ARE NOT written into output postscript file
allocating ALL remaining color positions for discrete palette terminals
Color-Mode l : HSV
gamma is 1.5
show palette gradient
0. gray = 0.0000 , ( r , g , b ) = ( 0.0000 , 1.0000 , 1.0000 ) , #00ffff = 0 255 255
1. gray = 1.0000 , ( r , g , b ) = ( 1.0000 , 1.0000 , 1.0000 ) , #ffffff = 255 255 255
Octave src code
## https://octave.sourceforge.io/octave/function/hsv.html
## Show the 'hsv' colormap profile and as an image
cmap = hsv ( 256 );
subplot ( 2 , 1 , 1 );
rgbplot ( cmap , "composite" );
subplot ( 2 , 1 , 2 );
rgbplot ( cmap );
↑ octave function hsv
文件历史
点击某个日期/时间查看对应时刻的文件。
日期/时间 缩略图 大小 用户 备注
当前 2019年1月3日 (四) 19:50 640 × 480(43 KB) Soul windsurfer User created page with UploadWizard
文件用途
全域文件用途
以下其他wiki使用此文件:
en.wikipedia.org上的用途
en.wikibooks.org上的用途
ja.wikipedia.org上的用途
pt.wikipedia.org上的用途