Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ColorTools[AnalogousSpread] - 色ホイール全体の色相空間を使用して類似色を作成
使い方
EvenSpread(color, number)
パラメータ
color
-
ColorTools で使用できる色形式
number
正の整数、作成する色の数
説明
EvenSpread コマンドは、HSV 色ホイール全体に等間隔に配置された色のリストを返します。入力した色は、リストの真ん中になります。
color がグレー色調の場合、空のリストが返されます。
互換性
ColorTools[EvenSpread] コマンドは Maple 16 で導入されました。
Maple 16 における変更点についての詳細は、Maple 16 の新機能 を参照してください。
例
with(ColorTools):
EvenSpread(Color("HSV", "Red"), 3);
greenspread:=EvenSpread("Green", 11);
HSVColorWheel(greenspread);
参照
ColorTools/ColorFormats、ColorTools[Color]、ColorTools[HueSpread]
Download Help Document