Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
blend2d
master
Blend2D
BLStructure
Geometry
Arc
ArcType
Box
BoxI
Circle
Ellipse
GeometryDirection
GeometryType
Line
Matrix
MatrixOperation
Path
Point
PointI
Rect
RectI
RoundRect
StrokeCap
StrokeCapPosition
StrokeJoin
StrokeOptions
Triangle
Globals
BLArray
BLString
Range
Imaging
Codec
Image
ImageDecoder
ImageEncoder
Rendering
CompositionOperator
Context
ContextCookie
Styling
ExtendMode
Gradient
GradientStop
GradientType
Pattern
RGBA32
RGBA64
Text
Font
FontFace
FontMetrics
GlyphBuffer
GlyphRun
TextEncoding
TextMetrics
Built with Crystal 1.9.2
2023-10-07 21:33:05 UTC
struct
Blend2D::Styling::GradientStop
Blend2D::Styling::GradientStop
Struct
Value
Object
Defined in:
blend2d/styling/gradient.cr
Constructors
.new
(offset : Float64, rgba32 : RGBA32)
.new
(offset : Float64, rgba64 : Blend2D::Styling::RGBA64)
Instance Method Summary
#offset
: Float64
#rgba64
: RGBA64
Constructor Detail
def self.
new
(offset : Float64, rgba32 :
RGBA32
)
#
[
View source
]
def self.
new
(offset : Float64, rgba64 :
Blend2D::Styling::RGBA64
)
#
[
View source
]
Instance Method Detail
def
offset
: Float64
#
[
View source
]
def
rgba64
:
RGBA64
#
[
View source
]