Versions in this module Expand all Collapse all v0 v0.1.0 Oct 22, 2025 Changes in this version + func Abs(calcSum Value) *function + func Acos(number Value) *function + func Add(x1 Value, x2 Value) *operator + func Anchor(params ...Value) *function + func AnchorSize(params ...Value) *function + func Asin(number Value) *function + func Atan(number Value) *function + func Atan2(y Value, x Value) *function + func Attr(name Value, params ...Value) *function + func Blur(length Value) *function + func Brightness(length Value) *function + func Calc(param Value) *function + func Circle(param Value) *function + func Clamp(min Value, val Value, max Value) *function + func Color(params ...Value) *function + func ColorBlend() *blendMode + func ColorBurnBlend() *blendMode + func ColorDodgeBlend() *blendMode + func ColorMix(params ...Value) *function + func ConicGradient(params ...Value) *function + func Contrast(number Value) *function + func Cos(angle Value) *function + func CubicBezier(x1 Value, y1 Value, x2 Value, y2 Value) *function + func DarkenBlend() *blendMode + func DifferenceBlend() *blendMode + func ExclusionBlend() *blendMode + func HardLightBlend() *blendMode + func HueBlend() *blendMode + func Large() *absoluteSize + func LightenBlend() *blendMode + func LuminosityBlend() *blendMode + func Medium() *absoluteSize + func Mul(x1 Value, x2 Value) *operator + func MultiplyBlend() *blendMode + func Neg(x1 Value) *operator + func NormalBlend() *blendMode + func Number[T valConstraint](val T) *number[T] + func OverlayBlend() *blendMode + func SaturationBlend() *blendMode + func ScreenBlend() *blendMode + func Small() *absoluteSize + func SoftLightBlend() *blendMode + func Subtract(x1 Value, x2 Value) *operator + func Url(uri string) *url + func XLarge() *absoluteSize + func XSmall() *absoluteSize + func XXLarge() *absoluteSize + func XXSmall() *absoluteSize + func XXXLarge() *absoluteSize + type Angle struct + func Degree(degree float32) *Angle + func Gradian(gradian float32) *Angle + func Radian(radian float32) *Angle + func Turn(turn float32) *Angle + func (a *Angle) Value() string + type CustomProperty struct + func Property(name string) *CustomProperty + func (p *CustomProperty) Value() string + type Hexcolor struct + func Hex(hex string) *Hexcolor + func (h *Hexcolor) Value() string + type HslaColor struct + func Hsl(h, s, l uint32) *HslaColor + func Hsla(h, s, l, a uint32) *HslaColor + func (h *HslaColor) Value() string + type LiteralValue struct + func Literal(v string) *LiteralValue + func (l *LiteralValue) Value() string + type PercentageValue struct + func Percent(value float64) *PercentageValue + func (p *PercentageValue) Value() string + type RatioValue struct + func Fraction(x1 Value, x2 Value) *RatioValue + func Ratio(x1 Value, x2 Value) *RatioValue + func (v *RatioValue) Value() string + type RgbaColor struct + func Rgb(r, g, b uint32) *RgbaColor + func Rgba(r, g, b, a uint32) *RgbaColor + func (r *RgbaColor) Value() string + type Unit struct + func E() *Unit[string] + func Em[T valConstraint](value T) *Unit[T] + func Infinity() *Unit[string] + func NaN() *Unit[string] + func NegativeInfinity() *Unit[string] + func Pi() *Unit[string] + func Px[T valConstraint](value T) *Unit[T] + func Rem[T valConstraint](value T) *Unit[T] + func (u *Unit[T]) LiteralValue() T + func (u *Unit[T]) Value() string + type Value interface + Value func() string Other modules containing this package github.com/raitucarp/gomix