All types
|
All members
RT.Util
RT.KitchenSink.Fonts
RT.Util
RT.Util.Controls
RT.Util.Drawing
Bytes
Bitmap
Canvas
Coordinate
Axes
Direction
Graphics
Transformer
Graphics
Util
ColorBlend
(
color
,
back
Color
,
amount
)
DrawBitmap
(
width
,
height
,
draw
,
keep
Low
Quality
)
DrawImageAlpha
(
graphics
,
image
,
dest
Rect
,
opacity
)
DrawRoundedRectangle
(
g
,
pen
,
rectangle
,
radius
,
tolerant
)
DrawRoundedRectangle
(
g
,
pen
,
x
,
y
,
width
,
height
,
radius
,
tolerant
)
FitIntoMaintainAspectRatio
(
fit
What
,
fit
Into
)
FromHsv
(
hue
,
saturation
,
value
)
GetMaximumFontSize
(
graphics
,
maximum
Size
,
font
Family
,
text
,
style
,
allow
Word
Wrapping
)
GetMaximumFontSize
(
graphics
,
font
Family
,
text
,
style
,
allow
Word
Wrapping
,
max
Width
,
max
Height
)
RoundedRectangle
(
rectangle
,
radius
,
tolerant
)
RoundedRectangle
(
x
,
y
,
width
,
height
,
radius
,
tolerant
)
SetHighQuality
(
g
)
Text
Anchor
RT.Util.ExtensionMethods
RT.Util.Forms
PropellerApi
RT.ArithmeticCoding
RT.CommandLine
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util.Core
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static method:
Color
FromHsv
(
double
,
double
,
double
)
Declared in:
RT.Util.Drawing.
GraphicsUtil
Declaration
public static
Color
FromHsv
(
double
hue
,
double
saturation
,
double
value
)
Summary
Converts hue, saturation and value into an RGB color object.
Parameters
double
hue
The hue (0–360).
double
saturation
The saturation (0–1).
double
value
The value/luminance/brightness (0–1).