Skip to content

Commit

Permalink
chore(refactoring): modifier added because of the general style of co…
Browse files Browse the repository at this point in the history
…de writing
  • Loading branch information
mineejo committed Nov 15, 2023
1 parent 64ea726 commit 93cfd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class AdvancedColor {

private _rgbColor: Color = new Color(false, ...this.components);

get rgbColor(): Color {
public get rgbColor(): Color {
return this._rgbColor;
}

Expand Down

0 comments on commit 93cfd03

Please sign in to comment.