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[HueSplit] - 2 つの色の中間の色相を持つ色を作成
使い方
HueSplit(color1, color2)
パラメータ
color1,color2
-
ColorTools で使用できる色形式
説明
HueSplit は色相が color1 と color2 の中間にある 1 つまたは 2 つの新規色を生成します。
2 つの入力色が同じ彩度と明度である場合は、出力される色は 1 つだけです。それ以外の場合は、入力色のうちのそれぞれ 1 つと同じ彩度と明度を持つ色のペアが出力されます。
どちらかの色がグレー色調である場合は、空のリストが出力されます。
色が HSV 色ホイール上で正反対にある場合は、時計回りで中間にある色が採用されます。
互換性
ColorTools[HueSplit] コマンドは Maple 16 で導入されました。
Maple 16 における変更点についての詳細は、Maple 16 の新機能 を参照してください。
例
with(ColorTools):
HueSplit(Color("HSV","Red"), Color("HSV","Cyan"));
HueSplit(Color("HSV","Cyan"), Color("HSV","Red"));
HueSplit(Color("HSV","Coral"), Color("HSV","Green"));
split:=HueSplit(Color("HSV","Green"), Color("HSV","Coral"));
HSVColorWheel(["Green", split[], "Coral"]);
HueSplit("Black","White");
参照
ColorTools/ColorFormats、ColorTools[Color]
Download Help Document