mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
all: update comments
This commit is contained in:
parent
8f32cc19c5
commit
ba1af60480
@ -20,7 +20,7 @@ import (
|
||||
"github.com/hajimehoshi/ebiten/v2/internal/affine"
|
||||
)
|
||||
|
||||
// ColorMDim is a dimension of a ColorM.
|
||||
// ColorMDim is the dimension of a ColorM.
|
||||
//
|
||||
// Deprecated: as of v2.5. Use the colorm package instead.
|
||||
const ColorMDim = affine.ColorMDim
|
||||
|
@ -24,7 +24,7 @@ import (
|
||||
"github.com/hajimehoshi/ebiten/v2/internal/builtinshader"
|
||||
)
|
||||
|
||||
// Dim is a dimension of a ColorM.
|
||||
// Dim is the dimension of a ColorM.
|
||||
const Dim = affine.ColorMDim
|
||||
|
||||
// ColorM represents a matrix to transform coloring when rendering an image.
|
||||
|
Loading…
Reference in New Issue
Block a user