-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ColorWidget) : Add CMYK support
A new setting activeCmykComponent has been introduced, while the old one activeComponent refers now only to the Rgb/Hsv part
- Loading branch information
Showing
11 changed files
with
1,361 additions
and
812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ | |
QgsColorWidget.Saturation = QgsColorWidget.ColorComponent.Saturation | ||
QgsColorWidget.Value = QgsColorWidget.ColorComponent.Value | ||
QgsColorWidget.Alpha = QgsColorWidget.ColorComponent.Alpha | ||
QgsColorWidget.Cyan = QgsColorWidget.ColorComponent.Cyan | ||
QgsColorWidget.Magenta = QgsColorWidget.ColorComponent.Magenta | ||
QgsColorWidget.Yellow = QgsColorWidget.ColorComponent.Yellow | ||
QgsColorWidget.Black = QgsColorWidget.ColorComponent.Black | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
troopa81
Author
Contributor
|
||
QgsColorRampWidget.Horizontal = QgsColorRampWidget.Orientation.Horizontal | ||
QgsColorRampWidget.Vertical = QgsColorRampWidget.Orientation.Vertical | ||
QgsColorTextWidget.HexRgb = QgsColorTextWidget.ColorTextFormat.HexRgb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
The CMYK components are not displayed as a line.
