API Documentation > CorelDRAW > 2025-v26 > Color > IVGColor
Color.CopyAppearance method
Copies one color into another and converts the color values into the destination color's color context. The optional source color context could be used to override source color's color context
Syntax:
Sub CopyAppearance(ByVal Color As Color, Optional ByVal SourceColorContext As ColorContext = Nothing)
Parameters:
Name Type Description
Color
SourceColorContext
Specifies the color context of the source color.
Remarks:
The CopyAppearance method copies the color values of the active color and applies them to the specified color. By default, the color values of the copied color are converted to the color context of the destination color; however, the optional parameter SourceColorContext can be used to override the color context of the source color.