BaseExtensions can be used to set a specific RGB color to either a shape or a style. This can be handy to do multiple operations at the same time with different colors as well. This feature can also be used to change color of grouped shapes.
CMD
<Cmd case="BaseExtensions:change-color-special"/>
Parameters
type
This parameter is required and supports two options:
shape
Will color a shape.
style
Will color a style.
name
This parameter supports the following options:
FrontpageBackground
Will color the background of a shape.
Document title
Will color the title.
Document subtitle
Will color the subtitle.
color
Type a RGB color. Be sure to use a comma and not a dot.
checkGroup
Define true
if command should be able to change color of grouped shapes. Default is false
, so it is not necessary to use this parameter if the command shouldn't work on grouped shapes.
Comments
0 comments
Article is closed for comments.