Provides the set of classes for colors and gradients used to fill shapes and backgrounds when rendering the scene graph.
Modifier and Type | Class and Description |
---|---|
public class | Color
The Color class is used to encapsulate colors in the default sRGB color space. |
public class | ImagePattern
The |
public class | LinearGradient
The |
public abstract class | Material
Base class for representing the material of a 3D surface. |
public abstract class | Paint
Base class for a color or gradients used to fill shapes and backgrounds when rendering the scene graph. |
public class | PhongMaterial
A material based on the Phong shading model.</figcaption></figure></figcaption></figure></figcaption></figure></figcaption></figure></figcaption></figure> |
public class | RadialGradient
The |
public class | Stop
Defines one element of the ramp of colors to use on a gradient. |
Modifier and Type | Enum and Description |
---|---|
public enum | CycleMethod
This enum defines one of the following methods to use when painting
outside the gradient bounds: |