Namespace Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Classes
|
Device CMYK color with cyan, magenta, yellow, and key (black) components; use for print-oriented color workflows. |
|
Represents the base class for all color types. |
|
Well-known PDF color space names used when exporting or interpreting color values. |
|
Base for gradient pattern colors that interpolate between multiple stops; use to fill areas with linear or radial color transitions. |
|
Color stop used in a gradient, pairing a color with its normalized position. |
|
Mutable list of gradient stops that define the color ramp for a gradient fill. |
|
CIE Lab* color (device‑independent, perceptually uniform); use when accurate color appearance across devices is required. |
|
Linear gradient that interpolates colors along a straight line between two points; use for directional fills like fades and bands. |
|
Base for pattern-based colors (gradients, tilings) used to paint areas with reusable patterns and transforms. |
|
Radial gradient that blends colors between two circles defined by centers and radii; use for spotlight or vignette effects. |
|
Device RGB color with ARGB components for drawing content; use to specify red/green/blue values with optional transparency. |
|
Provides predefined RGB color constants for commonly used colors. |
|
Base for concrete color types that expose component values directly (e.g., RGB). |
|
Tiling pattern that repeats a cell of vector content across an area; use to fill shapes with repeating artwork or textures. |
|
Base contract for tiling patterns used by PDF pattern colors; exposes cell geometry, spacing, and placement settings. |
|
Tiling pattern that omits color so the paint is supplied externally; use to reuse geometry while applying different colors at draw time. |
Enums
|
Specifies whether a tiling pattern supplies its own color or relies on the current paint. |
|
Controls how a tiling pattern cell may be distorted during placement to balance quality and speed. |