-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Open Source Docs from Roblox internal teams
- Loading branch information
1 parent
4a90383
commit 962e2b6
Showing
4 changed files
with
47 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,29 @@ | ||
name: ImageAlphaType | ||
type: enum | ||
summary: '' | ||
description: '' | ||
summary: | | ||
Enum for determining if the alpha or color is locked while combining two images. | ||
description: | | ||
Enum for determining if the alpha or color is locked while combining two images. | ||
code_samples: [] | ||
tags: [] | ||
deprecation_message: '' | ||
items: | ||
- name: Default | ||
summary: '' | ||
summary: | | ||
The default behavior in which neither color nor alpha values are locked. | ||
value: 1 | ||
tags: [] | ||
deprecation_message: '' | ||
- name: LockCanvasAlpha | ||
summary: '' | ||
summary: | | ||
The alpha values of the image will not be modified. | ||
value: 2 | ||
tags: [] | ||
deprecation_message: '' | ||
- name: LockCanvasColor | ||
summary: '' | ||
summary: | | ||
The color values of the image will not be modified. | ||
value: 3 | ||
tags: [] | ||
deprecation_message: '' | ||
|
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