Skip to content

Commit

Permalink
Update color.go
Browse files Browse the repository at this point in the history
  • Loading branch information
digitallyserviced authored and gdamore committed Aug 27, 2023
1 parent 61f49eb commit 08c7757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color.go
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ func (c Color) Name(css ...bool) string {
}

// Hex returns the color's hexadecimal RGB 24-bit value with each component
// consisting of a single byte, ala R << 16 | G << 8 | B. If the color
// consisting of a single byte, R << 16 | G << 8 | B. If the color
// is unknown or unset, -1 is returned.
func (c Color) Hex() int32 {
if !c.Valid() {
Expand Down

0 comments on commit 08c7757

Please sign in to comment.