|
ColorAdjustments[TRSGPColorAdjustType]
|
Specifies the color adjustment matrix for the specified category.
|
|
ColorChannels[TRSGPColorAdjustType]
|
Specifies the CMYK output channel for a specified category.
|
|
ColorKeys[TRSGPColorAdjustType]
|
Specifies the color key (transparency range) for a specified category.
|
|
ColorProfiles[TRSGPColorAdjustType]
|
Specifies the output channel color-profile file for a specified category.
|
|
Enabled[TRSGPColorAdjustType]
|
Enables/Disables color and grayscale settings for the specified category
|
|
GammasEnabled[TRSGPColorAdjustType]
|
Specifies whether gamma adjustment occurs for a specified category.
|
|
Gammas[TRSGPColorAdjustType]
|
Specifies the gamma value for a specified category.
|
|
GrayScaleAdjustments[TRSGPColorAdjustType]
|
Specifies the grayscale adjustment matrix for the specified category.
|
|
RemapTable[TRSGPColorAdjustType]
|
Specifies the color-remap table for a specified category.
A color-remap table is an array of TRSGPColorMap structures. Each ColorMap structure has two Color fields: one that specifies an old color and one that specifies a corresponding new color. During rendering, any color that matches one of the old colors in the remap table is changed to the corresponding new color.
|
|
Thresholds[TRSGPColorAdjustType]
|
Specifies the threshold (transparency range) for a specified category.
The threshold is a value from 0 through 1 that specifies a cutoff point for each color component. For example, suppose the threshold is set to 0.7, and suppose you are rendering a color whose red, green, and blue components are 230, 50, and 220. The red component, 230, is greater than 0.7×255, so the red component will be changed to 255 (full intensity). The green component, 50, is less than 0.7×255, so the green component will be changed to 0. The blue component, 220, is greater than 0.7×255, so the blue component will be changed to 255.
|
|
WrapMode
|
Specifies how repeated copies of an image are used to tile an area.
|
|
WrapModeClamp
|
Represents property WrapModeClamp.
|
|
WrapModeColor
|
Specifies the color of pixels outside of a rendered image. This color is visible if the WrapMode property is set to wmClamp and the source rectangle passed to TSGPCanvas.DrawImage method is larger than the image itself.
|