Interface IInterior
public interface IInterior
Represents the interior of an object.
-
Method Summary
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
Sets the color of the interior.
void
Sets the interior pattern.
void
Sets the Color of the pattern for the represented interior.
void
Sets the color of the interior pattern as an index into the current color palette.
void
Sets a theme color pattern for an Interior object.
void
Sets a tint and shade pattern for an Interior object.
void
Sets the theme color in the applied color scheme that is associated with the specified object.
void
Sets a value that lightens or darkens a color.
-
Method Details
-
getColor
Gets the Color of the represented interior.
-
setColor
void setColor(Color value)
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
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
Gets the interior pattern.
-
setPattern
Sets the interior pattern.
-
getPatternColor
Gets the Color of the pattern for the represented interior.
-
setPatternColor
void setPatternColor(Color value)
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
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
Gets the Gradient property of an Interior object of a selection.