Lines Matching full:shadow
22 // ShadowValue encapsulates parameters needed to define a shadow, including the
23 // shadow's offset, blur amount and color.
41 // are negative because shadow margins are outside a boundary.
47 // Blur amount of the shadow in pixels. If underlying implementation supports
49 // defines a range from full shadow color at the start point inside the
50 // shadow to fully transparent at the end point outside it. The range is
51 // perpendicular to and centered on the shadow edge. For example, a blur
52 // amount of 4.0 means to have a blurry shadow edge of 4 pixels that
53 // transitions from full shadow color to fully transparent and with 2 pixels
54 // inside the shadow and 2 pixels goes beyond the edge.