接口 IInterior
public interface IInterior
Represents the interior of an object.
-
方法概要
修饰符和类型方法说明getColor()
Gets the Color of the represented interior.int
Gets the color of the interior.Gets the Gradient property of an Interior object of a selection.Gets the interior pattern.Gets the Color of the pattern for the represented interior.int
Gets the color of the interior pattern as an index into the current color palette.Gets a theme color pattern for an Interior object.double
Gets a tint and shade pattern for an Interior object.Gets the theme color in the applied color scheme that is associated with the specified object.double
Gets a value that lightens or darkens a color.void
Sets the Color of the represented interior.void
setColorIndex
(int value) Sets the color of the interior.void
setPattern
(Pattern value) Sets the interior pattern.void
setPatternColor
(Color value) Sets the Color of the pattern for the represented interior.void
setPatternColorIndex
(int value) Sets the color of the interior pattern as an index into the current color palette.void
setPatternThemeColor
(ThemeColor value) Sets a theme color pattern for an Interior object.void
setPatternTintAndShade
(double value) Sets a tint and shade pattern for an Interior object.void
setThemeColor
(ThemeColor value) Sets the theme color in the applied color scheme that is associated with the specified object.void
setTintAndShade
(double value) Sets a value that lightens or darkens a color.
-
方法详细资料
-
getColor
Color getColor()Gets the Color of the represented interior. -
setColor
Sets the Color of the represented interior. -
getColorIndex
int getColorIndex()Gets the color of the interior. -
setColorIndex
void setColorIndex(int value) Sets the color of the interior. -
getThemeColor
ThemeColor getThemeColor()Gets the theme color in the applied color scheme that is associated with the specified object. -
setThemeColor
Sets the theme color in the applied color scheme that is associated with the specified object. -
getTintAndShade
double getTintAndShade()Gets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
setTintAndShade
void setTintAndShade(double value) Sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
getPattern
Pattern getPattern()Gets the interior pattern. -
setPattern
Sets the interior pattern. -
getPatternColor
Color getPatternColor()Gets the Color of the pattern for the represented interior. -
setPatternColor
Sets the Color of the pattern for the represented interior. -
getPatternColorIndex
int getPatternColorIndex()Gets the color of the interior pattern as an index into the current color palette. -
setPatternColorIndex
void setPatternColorIndex(int value) Sets the color of the interior pattern as an index into the current color palette. -
getPatternThemeColor
ThemeColor getPatternThemeColor()Gets a theme color pattern for an Interior object. -
setPatternThemeColor
Sets a theme color pattern for an Interior object. -
getPatternTintAndShade
double getPatternTintAndShade()Gets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
setPatternTintAndShade
void setPatternTintAndShade(double value) Sets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
getGradient
Object getGradient()Gets the Gradient property of an Interior object of a selection.
-